ReactOS 0.4.16-dev-1481-ga753f34
_RTL_PROCESS_MODULE_INFORMATION Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_PROCESS_MODULE_INFORMATION:

Public Attributes

ULONG Section
 
PVOID MappedBase
 
PVOID ImageBase
 
ULONG ImageSize
 
ULONG Flags
 
USHORT LoadOrderIndex
 
USHORT InitOrderIndex
 
USHORT LoadCount
 
USHORT OffsetToFileName
 
CHAR FullPathName [256]
 
PVOID Section
 
PVOID MappedBaseAddress
 
PVOID ImageBaseAddress
 
WORD LoadOrderIndex
 
WORD InitOrderIndex
 
WORD LoadCount
 
WORD NameOffset
 
BYTE Name [MAXIMUM_FILENAME_LENGTH]
 

Detailed Description

Definition at line 995 of file rtltypes.h.

Member Data Documentation

◆ Flags

ULONG _RTL_PROCESS_MODULE_INFORMATION::Flags

◆ FullPathName

◆ ImageBase

PVOID _RTL_PROCESS_MODULE_INFORMATION::ImageBase

◆ ImageBaseAddress

PVOID _RTL_PROCESS_MODULE_INFORMATION::ImageBaseAddress

Definition at line 4041 of file winternl.h.

◆ ImageSize

ULONG _RTL_PROCESS_MODULE_INFORMATION::ImageSize

◆ InitOrderIndex [1/2]

USHORT _RTL_PROCESS_MODULE_INFORMATION::InitOrderIndex

◆ InitOrderIndex [2/2]

WORD _RTL_PROCESS_MODULE_INFORMATION::InitOrderIndex

Definition at line 4045 of file winternl.h.

◆ LoadCount [1/2]

USHORT _RTL_PROCESS_MODULE_INFORMATION::LoadCount

◆ LoadCount [2/2]

WORD _RTL_PROCESS_MODULE_INFORMATION::LoadCount

Definition at line 4046 of file winternl.h.

◆ LoadOrderIndex [1/2]

USHORT _RTL_PROCESS_MODULE_INFORMATION::LoadOrderIndex

◆ LoadOrderIndex [2/2]

WORD _RTL_PROCESS_MODULE_INFORMATION::LoadOrderIndex

Definition at line 4044 of file winternl.h.

◆ MappedBase

PVOID _RTL_PROCESS_MODULE_INFORMATION::MappedBase

◆ MappedBaseAddress

PVOID _RTL_PROCESS_MODULE_INFORMATION::MappedBaseAddress

Definition at line 4040 of file winternl.h.

◆ Name

BYTE _RTL_PROCESS_MODULE_INFORMATION::Name[MAXIMUM_FILENAME_LENGTH]

Definition at line 4048 of file winternl.h.

◆ NameOffset

WORD _RTL_PROCESS_MODULE_INFORMATION::NameOffset

Definition at line 4047 of file winternl.h.

◆ OffsetToFileName

USHORT _RTL_PROCESS_MODULE_INFORMATION::OffsetToFileName

◆ Section [1/2]

ULONG _RTL_PROCESS_MODULE_INFORMATION::Section

Definition at line 997 of file rtltypes.h.

Referenced by RtlpQueryRemoteProcessModules().

◆ Section [2/2]

PVOID _RTL_PROCESS_MODULE_INFORMATION::Section

Definition at line 4039 of file winternl.h.


The documentation for this struct was generated from the following files: