Bitdefender Hypervisor Memory Introspection
_INTRO_TOKEN_PRIVILEGES Struct Reference

Windows process token privileges. More...

#include <intro_types.h>

Data Fields

QWORD Present
 The present privileges. More...
 
QWORD Enabled
 The currently enabled privileges. More...
 
QWORD EnabledByDefault
 The privileges that are enabled by default. More...
 

Detailed Description

Windows process token privileges.

Each field is a bitmap.

Definition at line 796 of file intro_types.h.

Field Documentation

◆ Enabled

QWORD _INTRO_TOKEN_PRIVILEGES::Enabled

The currently enabled privileges.

Definition at line 799 of file intro_types.h.

◆ EnabledByDefault

QWORD _INTRO_TOKEN_PRIVILEGES::EnabledByDefault

The privileges that are enabled by default.

Definition at line 800 of file intro_types.h.

◆ Present

QWORD _INTRO_TOKEN_PRIVILEGES::Present

The present privileges.

Definition at line 798 of file intro_types.h.


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