ReactOS 0.4.15-dev-8102-g108db8f
_VDM_SEGINFO Struct Reference

#include <vdmdbg.h>

Public Attributes

WORD Selector
 
WORD SegNumber
 
DWORD Length
 
WORD Type
 
CHAR ModuleName [MAX_MODULE_NAME]
 
CHAR FileName [MAX_PATH16]
 

Detailed Description

Definition at line 13 of file vdmdbg.h.

Member Data Documentation

◆ FileName

CHAR _VDM_SEGINFO::FileName[MAX_PATH16]

Definition at line 19 of file vdmdbg.h.

◆ Length

DWORD _VDM_SEGINFO::Length

Definition at line 16 of file vdmdbg.h.

◆ ModuleName

CHAR _VDM_SEGINFO::ModuleName[MAX_MODULE_NAME]

Definition at line 18 of file vdmdbg.h.

◆ SegNumber

WORD _VDM_SEGINFO::SegNumber

Definition at line 15 of file vdmdbg.h.

◆ Selector

WORD _VDM_SEGINFO::Selector

Definition at line 14 of file vdmdbg.h.

◆ Type

WORD _VDM_SEGINFO::Type

Definition at line 17 of file vdmdbg.h.


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