Bitdefender Hypervisor Memory Introspection
_CAMI_STRUCTURE Struct Reference

Describe the way we load the guest offsets from the update buffer. More...

Data Fields

DWORD StructureTag
 Specifies which opaque field structure to load. More...
 
size_t Offset
 Offset of the structure to be loaded inside the OpaqueFields. More...
 
DWORD MembersCount
 The number of fields to be loaded. More...
 

Detailed Description

Describe the way we load the guest offsets from the update buffer.

Definition at line 73 of file update_guests.c.

Field Documentation

◆ MembersCount

DWORD _CAMI_STRUCTURE::MembersCount

The number of fields to be loaded.

Definition at line 89 of file update_guests.c.

◆ Offset

size_t _CAMI_STRUCTURE::Offset

Offset of the structure to be loaded inside the OpaqueFields.

This can be the offset of any LIX_OPAQUE_FIELDS.OpaqueFields for Linux guests, an offset inside WIN_OPAQUE_FIELDS.Km or WIN_OPAQUE_FIELDS.Um for windows guests.

Definition at line 86 of file update_guests.c.

◆ StructureTag

DWORD _CAMI_STRUCTURE::StructureTag

Specifies which opaque field structure to load.

This can be any of the WIN_UM_STRUCTURE, WIN_KM_STRUCTURE, or LIX_STRUCTURE.

Definition at line 79 of file update_guests.c.


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