Bitdefender Hypervisor Memory Introspection
_EVENT_EXCEPTION_EVENT Struct Reference

Event structure for process exceptions. More...

#include <intro_types.h>

Data Fields

QWORD ExceptionCode
 The code of the exception. More...
 
QWORD Rip
 The RIP at which the exception was triggered. More...
 
BOOLEAN Continuable
 True if the exception is considered to be continuable. More...
 
INTRO_PROCESS CurrentProcess
 The process in which the exception was triggered. More...
 

Detailed Description

Event structure for process exceptions.

This is usually sent when during the runtime of a user mode process a hardware exception is triggered.

Definition at line 1983 of file intro_types.h.

Field Documentation

◆ Continuable

BOOLEAN _EVENT_EXCEPTION_EVENT::Continuable

True if the exception is considered to be continuable.

Definition at line 1992 of file intro_types.h.

Referenced by IntLixTaskSendExceptionEvent(), and IntWinProcSendProcessExceptionEvent().

◆ CurrentProcess

INTRO_PROCESS _EVENT_EXCEPTION_EVENT::CurrentProcess

The process in which the exception was triggered.

Definition at line 1995 of file intro_types.h.

Referenced by IntLixTaskSendExceptionEvent(), and IntWinProcSendProcessExceptionEvent().

◆ ExceptionCode

QWORD _EVENT_EXCEPTION_EVENT::ExceptionCode

The code of the exception.

This is usually a NTSTATUS value that describes the exception.

Definition at line 1988 of file intro_types.h.

Referenced by IntLixTaskSendExceptionEvent(), and IntWinProcSendProcessExceptionEvent().

◆ Rip

QWORD _EVENT_EXCEPTION_EVENT::Rip

The RIP at which the exception was triggered.

Definition at line 1990 of file intro_types.h.

Referenced by IntLixTaskSendExceptionEvent(), and IntWinProcSendProcessExceptionEvent().


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