ReactOS 0.4.15-dev-7958-gcd0bb1a
_Vdm_Tib Struct Reference

#include <vdm.h>

Collaboration diagram for _Vdm_Tib:

Public Attributes

ULONG Size
 
PVDM_INTERRUPTHANDLER VdmInterruptTable
 
PVDM_FAULTHANDLER VdmFaultTable
 
CONTEXT MonitorContext
 
CONTEXT VdmContext
 
VDMEVENTINFO EventInfo
 
VDM_PRINTER_INFO PrinterInfo
 
ULONG TempArea1 [2]
 
ULONG TempArea2 [2]
 
VDMTRACEINFO TraceInfo
 
ULONG IntelMSW
 
LONG NumTasks
 
PFAMILY_TABLEpDpmFamTbls
 
BOOLEAN ContinueExecution
 

Detailed Description

Definition at line 134 of file vdm.h.

Member Data Documentation

◆ ContinueExecution

BOOLEAN _Vdm_Tib::ContinueExecution

Definition at line 149 of file vdm.h.

◆ EventInfo

VDMEVENTINFO _Vdm_Tib::EventInfo

Definition at line 141 of file vdm.h.

Referenced by VdmDispatchBop(), and VdmDispatchPageFault().

◆ IntelMSW

ULONG _Vdm_Tib::IntelMSW

Definition at line 146 of file vdm.h.

◆ MonitorContext

CONTEXT _Vdm_Tib::MonitorContext

Definition at line 139 of file vdm.h.

Referenced by VdmpStartExecution().

◆ NumTasks

LONG _Vdm_Tib::NumTasks

Definition at line 147 of file vdm.h.

◆ pDpmFamTbls

PFAMILY_TABLE* _Vdm_Tib::pDpmFamTbls

Definition at line 148 of file vdm.h.

◆ PrinterInfo

VDM_PRINTER_INFO _Vdm_Tib::PrinterInfo

Definition at line 142 of file vdm.h.

◆ Size

ULONG _Vdm_Tib::Size

Definition at line 136 of file vdm.h.

Referenced by Ke386CallBios(), and VdmpGetVdmTib().

◆ TempArea1

ULONG _Vdm_Tib::TempArea1[2]

Definition at line 143 of file vdm.h.

◆ TempArea2

ULONG _Vdm_Tib::TempArea2[2]

Definition at line 144 of file vdm.h.

◆ TraceInfo

VDMTRACEINFO _Vdm_Tib::TraceInfo

Definition at line 145 of file vdm.h.

◆ VdmContext

CONTEXT _Vdm_Tib::VdmContext

Definition at line 140 of file vdm.h.

Referenced by Ke386CallBios(), and VdmpStartExecution().

◆ VdmFaultTable

PVDM_FAULTHANDLER _Vdm_Tib::VdmFaultTable

Definition at line 138 of file vdm.h.

◆ VdmInterruptTable

PVDM_INTERRUPTHANDLER _Vdm_Tib::VdmInterruptTable

Definition at line 137 of file vdm.h.


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