ReactOS 0.4.16-dev-1946-g52006dd
_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 3293 of file winternl.h.

Member Data Documentation

◆ Base

ULONG _DEBUG_MODULE_INFORMATION::Base

Definition at line 3295 of file winternl.h.

◆ Flags

ULONG _DEBUG_MODULE_INFORMATION::Flags

Definition at line 3297 of file winternl.h.

◆ ImageName

CHAR _DEBUG_MODULE_INFORMATION::ImageName[256]

Definition at line 3302 of file winternl.h.

◆ Index

USHORT _DEBUG_MODULE_INFORMATION::Index

Definition at line 3298 of file winternl.h.

◆ LoadCount

USHORT _DEBUG_MODULE_INFORMATION::LoadCount

Definition at line 3300 of file winternl.h.

◆ ModuleNameOffset

USHORT _DEBUG_MODULE_INFORMATION::ModuleNameOffset

Definition at line 3301 of file winternl.h.

◆ Reserved

ULONG _DEBUG_MODULE_INFORMATION::Reserved[2]

Definition at line 3294 of file winternl.h.

◆ Size

ULONG _DEBUG_MODULE_INFORMATION::Size

Definition at line 3296 of file winternl.h.

◆ Unknown

USHORT _DEBUG_MODULE_INFORMATION::Unknown

Definition at line 3299 of file winternl.h.


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