ReactOS 0.4.16-dev-2473-gb34a1f1
_VdmEventInfo Struct Reference

#include <vdm.h>

Collaboration diagram for _VdmEventInfo:

Public Attributes

ULONG Size
 
VDMEVENTCLASS Event
 
ULONG InstructionSize
 
union {
   ULONG   BopNumber
 
   LONG   ErrorStatus
 
   ULONG   IntAckInfo
 
}; 
 

Detailed Description

Definition at line 81 of file vdm.h.

Member Data Documentation

◆ 

union { ... } _VdmEventInfo::@1932

◆ BopNumber

ULONG _VdmEventInfo::BopNumber

Definition at line 90 of file vdm.h.

Referenced by VdmDispatchBop().

◆ ErrorStatus

LONG _VdmEventInfo::ErrorStatus

Definition at line 92 of file vdm.h.

◆ Event

VDMEVENTCLASS _VdmEventInfo::Event

Definition at line 84 of file vdm.h.

Referenced by VdmDispatchBop(), and VdmDispatchPageFault().

◆ InstructionSize

ULONG _VdmEventInfo::InstructionSize

Definition at line 85 of file vdm.h.

Referenced by VdmDispatchBop(), and VdmDispatchPageFault().

◆ IntAckInfo

ULONG _VdmEventInfo::IntAckInfo

Definition at line 93 of file vdm.h.

◆ Size

ULONG _VdmEventInfo::Size

Definition at line 83 of file vdm.h.


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