Bitdefender Hypervisor Memory Introspection
_CAMI_PROCESS_PROTECTION_INFO Struct Reference

Describe process protection options. More...

Data Fields

struct {
   union {
      WCHAR   Name16 [32]
 The process name as a wide char string. More...
 
      CHAR   Name8 [64]
 The process name as a char string. More...
 
   } 
 
   CAMI_STRING_ENCODING   Encoding
 Encoding of the name. More...
 
Name
 The process name. More...
 
CAMI_PROT_OPTIONS Options
 Specifies the process protection. More...
 

Detailed Description

Describe process protection options.

Definition at line 93 of file update_guests.c.

Field Documentation

◆ Encoding

CAMI_STRING_ENCODING _CAMI_PROCESS_PROTECTION_INFO::Encoding

◆ Name

struct { ... } _CAMI_PROCESS_PROTECTION_INFO::Name

◆ Name16

WCHAR _CAMI_PROCESS_PROTECTION_INFO::Name16[32]

The process name as a wide char string.

Definition at line 99 of file update_guests.c.

Referenced by IntCamiUpdateProcessProtectionInfoWin().

◆ Name8

CHAR _CAMI_PROCESS_PROTECTION_INFO::Name8[64]

The process name as a char string.

Definition at line 100 of file update_guests.c.

Referenced by IntCamiSetProcProtOptions(), IntCamiUpdateProcessProtectionInfoLix(), and IntCamiUpdateProcessProtectionInfoWin().

◆ Options

CAMI_PROT_OPTIONS _CAMI_PROCESS_PROTECTION_INFO::Options

Specifies the process protection.

Definition at line 106 of file update_guests.c.

Referenced by IntCamiSetProcProtOptions(), IntCamiUpdateProcessProtectionInfoLix(), and IntCamiUpdateProcessProtectionInfoWin().


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