Bitdefender Hypervisor Memory Introspection
_EVENT_CRASH_EVENT Struct Reference

Event structure for guest OS crashes. More...

#include <intro_types.h>

Data Fields

QWORD Reason
 The bugcheck reason. More...
 
QWORD Param1
 First parameter. More...
 
QWORD Param2
 Second parameter. More...
 
QWORD Param3
 Third parameter. More...
 
QWORD Param4
 Fourth parameter. More...
 
INTRO_PROCESS CurrentProcess
 The currently active process. More...
 

Detailed Description

Event structure for guest OS crashes.

Definition at line 1967 of file intro_types.h.

Field Documentation

◆ CurrentProcess

INTRO_PROCESS _EVENT_CRASH_EVENT::CurrentProcess

The currently active process.

Definition at line 1975 of file intro_types.h.

Referenced by IntLixCrashSendPanicEvent(), and IntWinBcSendBsodEvent().

◆ Param1

QWORD _EVENT_CRASH_EVENT::Param1

First parameter.

Definition at line 1970 of file intro_types.h.

Referenced by IntWinBcSendBsodEvent().

◆ Param2

QWORD _EVENT_CRASH_EVENT::Param2

Second parameter.

Definition at line 1971 of file intro_types.h.

Referenced by IntWinBcSendBsodEvent().

◆ Param3

QWORD _EVENT_CRASH_EVENT::Param3

Third parameter.

Definition at line 1972 of file intro_types.h.

Referenced by IntWinBcSendBsodEvent().

◆ Param4

QWORD _EVENT_CRASH_EVENT::Param4

Fourth parameter.

Definition at line 1973 of file intro_types.h.

Referenced by IntWinBcSendBsodEvent().

◆ Reason

QWORD _EVENT_CRASH_EVENT::Reason

The bugcheck reason.

Definition at line 1969 of file intro_types.h.

Referenced by IntWinBcSendBsodEvent().


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