ReactOS 0.4.16-dev-13-ge2fc578
|
#include <compat.h>
DWORD _IMAGE_EXPORT_DIRECTORY::AddressOfFunctions |
Definition at line 165 of file compat.h.
Referenced by add_loadconfig(), GetExportFunctionNames(), GetExportsFromFile(), LDEVOBJ_pvFindImageProcAddress(), pe_load_export_debug_info(), and RtlpFindExportedRoutineByName().
DWORD _IMAGE_EXPORT_DIRECTORY::AddressOfNameOrdinals |
Definition at line 167 of file compat.h.
Referenced by add_loadconfig(), GetExportFunctionNames(), GetExportsFromFile(), LDEVOBJ_pvFindImageProcAddress(), pe_load_export_debug_info(), and RtlpFindExportedRoutineByName().
DWORD _IMAGE_EXPORT_DIRECTORY::AddressOfNames |
Definition at line 166 of file compat.h.
Referenced by add_loadconfig(), GetExportFunctionNames(), GetExportsFromFile(), LDEVOBJ_pvFindImageProcAddress(), pe_load_export_debug_info(), and RtlpFindExportedRoutineByName().
DWORD _IMAGE_EXPORT_DIRECTORY::Base |
Definition at line 162 of file compat.h.
Referenced by GetExportFunctionNames(), and pe_load_export_debug_info().
DWORD _IMAGE_EXPORT_DIRECTORY::NumberOfFunctions |
Definition at line 163 of file compat.h.
Referenced by GetExportFunctionNames(), GetExportsFromFile(), pe_load_export_debug_info(), and RtlpFindExportedRoutineByName().
DWORD _IMAGE_EXPORT_DIRECTORY::NumberOfNames |
Definition at line 164 of file compat.h.
Referenced by add_loadconfig(), GetExportFunctionNames(), GetExportsFromFile(), LDEVOBJ_pvFindImageProcAddress(), pe_load_export_debug_info(), and RtlpFindExportedRoutineByName().