ReactOS 0.4.15-dev-7842-g558ab78
_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 87 of file vdm.h.

Member Data Documentation

◆ 

union { ... } _VdmEventInfo::@1803

◆ BopNumber

ULONG _VdmEventInfo::BopNumber

Definition at line 96 of file vdm.h.

Referenced by VdmDispatchBop().

◆ ErrorStatus

LONG _VdmEventInfo::ErrorStatus

Definition at line 98 of file vdm.h.

◆ Event

VDMEVENTCLASS _VdmEventInfo::Event

Definition at line 90 of file vdm.h.

Referenced by VdmDispatchBop(), and VdmDispatchPageFault().

◆ InstructionSize

ULONG _VdmEventInfo::InstructionSize

Definition at line 91 of file vdm.h.

Referenced by VdmDispatchBop(), and VdmDispatchPageFault().

◆ IntAckInfo

ULONG _VdmEventInfo::IntAckInfo

Definition at line 99 of file vdm.h.

◆ Size

ULONG _VdmEventInfo::Size

Definition at line 89 of file vdm.h.


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