Bitdefender Hypervisor Memory Introspection
_EXCEPTION_SIGNATURE_ID Union Reference

The exception ID. The layout consists of the exception type and the unique identifier of the exception. More...

#include <exceptions.h>

Data Fields

struct {
   DWORD   Value: 22
 Contains an unique value. More...
 
   DWORD   Type: 10
 Contains a type of signature (EXCEPTION_SIGNATURE_TYPE). More...
 
Field
 

Detailed Description

The exception ID. The layout consists of the exception type and the unique identifier of the exception.

Definition at line 238 of file exceptions.h.

Field Documentation

◆ Field

struct { ... } _EXCEPTION_SIGNATURE_ID::Field

◆ Type

DWORD _EXCEPTION_SIGNATURE_ID::Type

Contains a type of signature (EXCEPTION_SIGNATURE_TYPE).

Definition at line 243 of file exceptions.h.

Referenced by IntExceptVerifySignature(), and IntUpdateGetUniqueSigId().

◆ Value


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