Bitdefender Hypervisor Memory Introspection
_CAMI_PROC_PROT_OPTIONS Struct Reference

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

#include <update_guests.h>

Data Fields

union {
   WCHAR   Name16 [32]
 The process name as a utf-16 string. More...
 
   CHAR   Name8 [64]
 The process name as a utf-8 string. More...
 
}; 
 
DWORD OptionsOffset
 File pointer to a CAMI_PROT_OPTIONS. More...
 
DWORD Encoding
 One of the CAMI_STRING_ENCODING. More...
 
QWORD _Reserved1
 Reserved for future use. More...
 
DWORD _Reserved2
 Reserved for future use. More...
 
DWORD _Reserved3
 Reserved for future use. More...
 

Detailed Description

Describe the introcore protection options for a process.

Definition at line 247 of file update_guests.h.

Field Documentation

◆ @160

union { ... }

◆ _Reserved1

QWORD _CAMI_PROC_PROT_OPTIONS::_Reserved1

Reserved for future use.

Definition at line 258 of file update_guests.h.

◆ _Reserved2

DWORD _CAMI_PROC_PROT_OPTIONS::_Reserved2

Reserved for future use.

Definition at line 259 of file update_guests.h.

◆ _Reserved3

DWORD _CAMI_PROC_PROT_OPTIONS::_Reserved3

Reserved for future use.

Definition at line 260 of file update_guests.h.

◆ Encoding

DWORD _CAMI_PROC_PROT_OPTIONS::Encoding

One of the CAMI_STRING_ENCODING.

Definition at line 256 of file update_guests.h.

◆ Name16

WCHAR _CAMI_PROC_PROT_OPTIONS::Name16[32]

The process name as a utf-16 string.

Definition at line 251 of file update_guests.h.

◆ Name8

CHAR _CAMI_PROC_PROT_OPTIONS::Name8[64]

The process name as a utf-8 string.

Definition at line 252 of file update_guests.h.

◆ OptionsOffset

DWORD _CAMI_PROC_PROT_OPTIONS::OptionsOffset

File pointer to a CAMI_PROT_OPTIONS.

Definition at line 255 of file update_guests.h.


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