Bitdefender Hypervisor Memory Introspection
_SIG_VERSION_INTRO Struct Reference

Describes a introspection version signature. More...

#include <exceptions.h>

Data Fields

LIST_ENTRY Link
 
EXCEPTION_SIGNATURE_ID Id
 An unique id (EXCEPTION_SIGNATURE_ID). More...
 
DWORD Flags
 Contains any flags from SIGNATURE_FLG. More...
 
BOOLEAN AlertSignature
 True if the signature is added from alert. More...
 
union {
   struct {
      WORD   Major
 
      WORD   Minor
 
      WORD   Revision
 
      WORD   Build
 
   } 
 < Contains the minimum version of the introspection. More...
 
   QWORD   Raw
 
Minimum
 
union {
   struct {
      WORD   Major
 
      WORD   Minor
 
      WORD   Revision
 
      WORD   Build
 
   } 
 < Contains the maximum version of the introspection. More...
 
   QWORD   Raw
 
Maximum
 

Detailed Description

Describes a introspection version signature.

Definition at line 531 of file exceptions.h.

Field Documentation

◆ AlertSignature

BOOLEAN _SIG_VERSION_INTRO::AlertSignature

True if the signature is added from alert.

Definition at line 538 of file exceptions.h.

Referenced by IntUpdateAddVersionIntroSignature().

◆ Build

WORD _SIG_VERSION_INTRO::Build

Definition at line 548 of file exceptions.h.

◆ Flags

DWORD _SIG_VERSION_INTRO::Flags

Contains any flags from SIGNATURE_FLG.

Definition at line 536 of file exceptions.h.

Referenced by DbgDumpExceptions(), and IntUpdateAddVersionIntroSignature().

◆ Id

EXCEPTION_SIGNATURE_ID _SIG_VERSION_INTRO::Id

An unique id (EXCEPTION_SIGNATURE_ID).

Definition at line 535 of file exceptions.h.

Referenced by DbgDumpExceptions(), and IntUpdateAddVersionIntroSignature().

◆ Link

LIST_ENTRY _SIG_VERSION_INTRO::Link

Definition at line 533 of file exceptions.h.

Referenced by IntUpdateAddVersionIntroSignature().

◆ Major

WORD _SIG_VERSION_INTRO::Major

Definition at line 545 of file exceptions.h.

Referenced by DbgDumpExceptions().

◆ Maximum

union { ... } _SIG_VERSION_INTRO::Maximum

◆ Minimum

union { ... } _SIG_VERSION_INTRO::Minimum

◆ Minor

WORD _SIG_VERSION_INTRO::Minor

Definition at line 546 of file exceptions.h.

Referenced by DbgDumpExceptions().

◆ Raw

QWORD _SIG_VERSION_INTRO::Raw

Definition at line 551 of file exceptions.h.

Referenced by IntUpdateAddVersionIntroSignature().

◆ Revision

WORD _SIG_VERSION_INTRO::Revision

Definition at line 547 of file exceptions.h.

Referenced by DbgDumpExceptions().


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