ReactOS 0.4.15-dev-7918-g2a2556c
_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]
 

Detailed Description

Definition at line 1001 of file rtltypes.h.

Member Data Documentation

◆ Flags

ULONG _RTL_PROCESS_MODULE_INFORMATION::Flags

◆ FullPathName

◆ ImageBase

PVOID _RTL_PROCESS_MODULE_INFORMATION::ImageBase

◆ ImageSize

ULONG _RTL_PROCESS_MODULE_INFORMATION::ImageSize

◆ InitOrderIndex

USHORT _RTL_PROCESS_MODULE_INFORMATION::InitOrderIndex

◆ LoadCount

USHORT _RTL_PROCESS_MODULE_INFORMATION::LoadCount

◆ LoadOrderIndex

USHORT _RTL_PROCESS_MODULE_INFORMATION::LoadOrderIndex

◆ MappedBase

PVOID _RTL_PROCESS_MODULE_INFORMATION::MappedBase

◆ OffsetToFileName

USHORT _RTL_PROCESS_MODULE_INFORMATION::OffsetToFileName

◆ Section

ULONG _RTL_PROCESS_MODULE_INFORMATION::Section

Definition at line 1003 of file rtltypes.h.

Referenced by RtlpQueryRemoteProcessModules().


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