ReactOS 0.4.16-dev-336-gb667d82
|
#include <rtltypes.h>
Public Attributes | |
ULONG | Section |
PVOID | MappedBase |
PVOID | ImageBase |
ULONG | ImageSize |
ULONG | Flags |
USHORT | LoadOrderIndex |
USHORT | InitOrderIndex |
USHORT | LoadCount |
USHORT | OffsetToFileName |
CHAR | FullPathName [256] |
Definition at line 1001 of file rtltypes.h.
ULONG _RTL_PROCESS_MODULE_INFORMATION::Flags |
Definition at line 1007 of file rtltypes.h.
Referenced by LdrQueryProcessModuleInformationEx(), and RtlpQueryRemoteProcessModules().
CHAR _RTL_PROCESS_MODULE_INFORMATION::FullPathName[256] |
Definition at line 1012 of file rtltypes.h.
Referenced by AuxKlibQueryModuleInformation(), GetDeviceDriverBaseNameA(), GetDeviceDriverFileNameA(), LdrQueryProcessModuleInformationEx(), and RtlpQueryRemoteProcessModules().
PVOID _RTL_PROCESS_MODULE_INFORMATION::ImageBase |
Definition at line 1005 of file rtltypes.h.
Referenced by AuxKlibQueryModuleInformation(), FindDeviceDriver(), LdrQueryProcessModuleInformationEx(), and RtlpQueryRemoteProcessModules().
ULONG _RTL_PROCESS_MODULE_INFORMATION::ImageSize |
Definition at line 1006 of file rtltypes.h.
Referenced by AuxKlibQueryModuleInformation(), LdrQueryProcessModuleInformationEx(), and RtlpQueryRemoteProcessModules().
USHORT _RTL_PROCESS_MODULE_INFORMATION::InitOrderIndex |
Definition at line 1009 of file rtltypes.h.
Referenced by LdrQueryProcessModuleInformationEx(), and RtlpQueryRemoteProcessModules().
USHORT _RTL_PROCESS_MODULE_INFORMATION::LoadCount |
Definition at line 1010 of file rtltypes.h.
Referenced by LdrQueryProcessModuleInformationEx(), and RtlpQueryRemoteProcessModules().
USHORT _RTL_PROCESS_MODULE_INFORMATION::LoadOrderIndex |
Definition at line 1008 of file rtltypes.h.
Referenced by LdrQueryProcessModuleInformationEx(), and RtlpQueryRemoteProcessModules().
PVOID _RTL_PROCESS_MODULE_INFORMATION::MappedBase |
Definition at line 1004 of file rtltypes.h.
Referenced by LdrQueryProcessModuleInformationEx(), and RtlpQueryRemoteProcessModules().
USHORT _RTL_PROCESS_MODULE_INFORMATION::OffsetToFileName |
Definition at line 1011 of file rtltypes.h.
Referenced by AuxKlibQueryModuleInformation(), GetDeviceDriverBaseNameA(), LdrQueryProcessModuleInformationEx(), and RtlpQueryRemoteProcessModules().
ULONG _RTL_PROCESS_MODULE_INFORMATION::Section |
Definition at line 1003 of file rtltypes.h.
Referenced by RtlpQueryRemoteProcessModules().