ReactOS 0.4.15-dev-8058-ga7cbb60
_SYSTEM_MODULE_ENTRY Struct Reference

#include <ntddk_ex.h>

Collaboration diagram for _SYSTEM_MODULE_ENTRY:

Public Attributes

ULONG Unused
 
ULONG Always0
 
PVOID ModuleBaseAddress
 
ULONG ModuleSize
 
ULONG Unknown
 
ULONG ModuleEntryIndex
 
USHORT ModuleNameLength
 
USHORT ModuleNameOffset
 
CHAR ModuleName [256]
 

Detailed Description

Definition at line 74 of file ntddk_ex.h.

Member Data Documentation

◆ Always0

ULONG _SYSTEM_MODULE_ENTRY::Always0

Definition at line 77 of file ntddk_ex.h.

◆ ModuleBaseAddress

PVOID _SYSTEM_MODULE_ENTRY::ModuleBaseAddress

Definition at line 78 of file ntddk_ex.h.

◆ ModuleEntryIndex

ULONG _SYSTEM_MODULE_ENTRY::ModuleEntryIndex

Definition at line 81 of file ntddk_ex.h.

◆ ModuleName

CHAR _SYSTEM_MODULE_ENTRY::ModuleName

Definition at line 84 of file ntddk_ex.h.

◆ ModuleNameLength

USHORT _SYSTEM_MODULE_ENTRY::ModuleNameLength

Definition at line 82 of file ntddk_ex.h.

◆ ModuleNameOffset

USHORT _SYSTEM_MODULE_ENTRY::ModuleNameOffset

Definition at line 83 of file ntddk_ex.h.

◆ ModuleSize

ULONG _SYSTEM_MODULE_ENTRY::ModuleSize

Definition at line 79 of file ntddk_ex.h.

◆ Unknown

ULONG _SYSTEM_MODULE_ENTRY::Unknown

Definition at line 80 of file ntddk_ex.h.

◆ Unused

ULONG _SYSTEM_MODULE_ENTRY::Unused

Definition at line 76 of file ntddk_ex.h.


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