ReactOS 0.4.16-dev-320-g3bd9ddc
|
#include <winternl.h>
Public Attributes | |
ULONG | Reserved [2] |
ULONG | Base |
ULONG | Size |
ULONG | Flags |
USHORT | Index |
USHORT | Unknown |
USHORT | LoadCount |
USHORT | ModuleNameOffset |
CHAR | ImageName [256] |
Definition at line 1707 of file winternl.h.
ULONG _DEBUG_MODULE_INFORMATION::Base |
Definition at line 1709 of file winternl.h.
ULONG _DEBUG_MODULE_INFORMATION::Flags |
Definition at line 1711 of file winternl.h.
CHAR _DEBUG_MODULE_INFORMATION::ImageName[256] |
Definition at line 1716 of file winternl.h.
USHORT _DEBUG_MODULE_INFORMATION::Index |
Definition at line 1712 of file winternl.h.
USHORT _DEBUG_MODULE_INFORMATION::LoadCount |
Definition at line 1714 of file winternl.h.
USHORT _DEBUG_MODULE_INFORMATION::ModuleNameOffset |
Definition at line 1715 of file winternl.h.
ULONG _DEBUG_MODULE_INFORMATION::Reserved[2] |
Definition at line 1708 of file winternl.h.
ULONG _DEBUG_MODULE_INFORMATION::Size |
Definition at line 1710 of file winternl.h.
USHORT _DEBUG_MODULE_INFORMATION::Unknown |
Definition at line 1713 of file winternl.h.