ReactOS 0.4.15-dev-8052-gc0e3179
_DEBUG_MODULE_INFORMATION Struct Reference

#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]
 

Detailed Description

Definition at line 1707 of file winternl.h.

Member Data Documentation

◆ Base

ULONG _DEBUG_MODULE_INFORMATION::Base

Definition at line 1709 of file winternl.h.

◆ Flags

ULONG _DEBUG_MODULE_INFORMATION::Flags

Definition at line 1711 of file winternl.h.

◆ ImageName

CHAR _DEBUG_MODULE_INFORMATION::ImageName[256]

Definition at line 1716 of file winternl.h.

◆ Index

USHORT _DEBUG_MODULE_INFORMATION::Index

Definition at line 1712 of file winternl.h.

◆ LoadCount

USHORT _DEBUG_MODULE_INFORMATION::LoadCount

Definition at line 1714 of file winternl.h.

◆ ModuleNameOffset

USHORT _DEBUG_MODULE_INFORMATION::ModuleNameOffset

Definition at line 1715 of file winternl.h.

◆ Reserved

ULONG _DEBUG_MODULE_INFORMATION::Reserved[2]

Definition at line 1708 of file winternl.h.

◆ Size

ULONG _DEBUG_MODULE_INFORMATION::Size

Definition at line 1710 of file winternl.h.

◆ Unknown

USHORT _DEBUG_MODULE_INFORMATION::Unknown

Definition at line 1713 of file winternl.h.


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