Bitdefender Hypervisor Memory Introspection
_CAMI_SECTION_HEADER Struct Reference

Describe a CAMI file section header. More...

#include <update_guests.h>

Data Fields

DWORD Hint
 Any combination of CAMI_SECTION_HINTS. More...
 
DWORD EntryCount
 How many entries of this type are in the DescriptorTable. More...
 
DWORD _Reserved
 Reserved. More...
 
DWORD DescriptorTable
 Pointer to a CAMI descriptor table. More...
 

Detailed Description

Describe a CAMI file section header.

Definition at line 89 of file update_guests.h.

Field Documentation

◆ _Reserved

DWORD _CAMI_SECTION_HEADER::_Reserved

Reserved.

Definition at line 93 of file update_guests.h.

◆ DescriptorTable

DWORD _CAMI_SECTION_HEADER::DescriptorTable

Pointer to a CAMI descriptor table.

Definition at line 94 of file update_guests.h.

Referenced by IntCamiGetWinSupportedList(), IntCamiLoadLinux(), IntCamiLoadProtOptionsLinux(), IntCamiLoadProtOptionsWin(), and IntCamiLoadWindows().

◆ EntryCount

DWORD _CAMI_SECTION_HEADER::EntryCount

How many entries of this type are in the DescriptorTable.

Definition at line 92 of file update_guests.h.

Referenced by IntCamiGetWinSupportedList(), IntCamiLoadLinux(), IntCamiLoadProtOptionsLinux(), IntCamiLoadProtOptionsWin(), and IntCamiLoadWindows().

◆ Hint

DWORD _CAMI_SECTION_HEADER::Hint

Any combination of CAMI_SECTION_HINTS.

Definition at line 91 of file update_guests.h.


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