Bitdefender Hypervisor Memory Introspection
_INTRO_ALERT_EXCEPTION_HEADER Struct Reference

The common header used by exception information. More...

#include <intro_types.h>

Data Fields

WORD Version
 The version of the exception information. More...
 
QWORD ViolationFlags
 A combination of Alert flags values describing the alert. More...
 
BOOLEAN Valid
 Set to True if the information in the structure is valid, False otherwise. More...
 
BYTE _Reserved1
 Reserved. More...
 
DWORD _Reserved2
 Reserved. More...
 
DWORD _Reserved3
 Reserved. More...
 

Detailed Description

The common header used by exception information.

This is used internally by Introcore in order to facilitate the add exception from alert mechanism used by GLUE_IFACE.AddExceptionFromAlert.

Definition at line 1172 of file intro_types.h.

Field Documentation

◆ _Reserved1

BYTE _INTRO_ALERT_EXCEPTION_HEADER::_Reserved1

Reserved.

Definition at line 1178 of file intro_types.h.

◆ _Reserved2

DWORD _INTRO_ALERT_EXCEPTION_HEADER::_Reserved2

Reserved.

Definition at line 1179 of file intro_types.h.

◆ _Reserved3

DWORD _INTRO_ALERT_EXCEPTION_HEADER::_Reserved3

Reserved.

Definition at line 1180 of file intro_types.h.

◆ Valid

◆ Version

WORD _INTRO_ALERT_EXCEPTION_HEADER::Version

The version of the exception information.

Definition at line 1174 of file intro_types.h.

Referenced by IntAlertCreateException().

◆ ViolationFlags


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