Bitdefender Hypervisor Memory Introspection
_CAMI_CUSTOM_OS_PROTECTION Struct Reference

Describe the introcore protection options for a guest. More...

#include <update_guests.h>

Data Fields

DWORD CoreOptionsOffset
 Intro core options. File pointer to a CAMI_PROT_OPTIONS structure. More...
 
DWORD ProcOptionsCount
 The number of entries in the ProcOptionsTable. More...
 
DWORD ProcOptionsTable
 Process protection options. Pointer to a CAMI_PROC_PROT_OPTIONS array. More...
 
DWORD ShemuOptionsOffset
 Shemu options. File pointer to a CAMI_PROT_OPTIONS structure. More...
 
QWORD _Reserved2
 Reserved for future use. More...
 

Detailed Description

Describe the introcore protection options for a guest.

Definition at line 265 of file update_guests.h.

Field Documentation

◆ _Reserved2

QWORD _CAMI_CUSTOM_OS_PROTECTION::_Reserved2

Reserved for future use.

Definition at line 271 of file update_guests.h.

◆ CoreOptionsOffset

DWORD _CAMI_CUSTOM_OS_PROTECTION::CoreOptionsOffset

Intro core options. File pointer to a CAMI_PROT_OPTIONS structure.

Definition at line 267 of file update_guests.h.

Referenced by IntCamiLoadOsOptions().

◆ ProcOptionsCount

DWORD _CAMI_CUSTOM_OS_PROTECTION::ProcOptionsCount

The number of entries in the ProcOptionsTable.

Definition at line 268 of file update_guests.h.

Referenced by IntCamiLoadOsOptions().

◆ ProcOptionsTable

DWORD _CAMI_CUSTOM_OS_PROTECTION::ProcOptionsTable

Process protection options. Pointer to a CAMI_PROC_PROT_OPTIONS array.

Definition at line 269 of file update_guests.h.

Referenced by IntCamiLoadOsOptions().

◆ ShemuOptionsOffset

DWORD _CAMI_CUSTOM_OS_PROTECTION::ShemuOptionsOffset

Shemu options. File pointer to a CAMI_PROT_OPTIONS structure.

Definition at line 270 of file update_guests.h.

Referenced by IntCamiLoadOsOptions().


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