Bitdefender Hypervisor Memory Introspection
_INTRO_SID_ATTRIBUTES Struct Reference

Windows SID attributes. More...

#include <intro_types.h>

Data Fields

BOOLEAN IsRestricted
 TRUE if this was obtained from the RestrictedSids list. More...
 
DWORD Attributes
 The attributes of the SID. More...
 
union {
   INTRO_WIN_SID   Sid
 The SID structure. More...
 
   BYTE   RawBuffer [INTRO_WIN_SID_MAX_SIZE]
 Raw version of the SID structure. More...
 
}; 
 

Detailed Description

Windows SID attributes.

Definition at line 840 of file intro_types.h.

Field Documentation

◆ @280

union { ... }

◆ Attributes

DWORD _INTRO_SID_ATTRIBUTES::Attributes

◆ IsRestricted

BOOLEAN _INTRO_SID_ATTRIBUTES::IsRestricted

TRUE if this was obtained from the RestrictedSids list.

Definition at line 843 of file intro_types.h.

◆ RawBuffer

BYTE _INTRO_SID_ATTRIBUTES::RawBuffer[INTRO_WIN_SID_MAX_SIZE]

Raw version of the SID structure.

Definition at line 851 of file intro_types.h.

◆ Sid

INTRO_WIN_SID _INTRO_SID_ATTRIBUTES::Sid

The SID structure.

Definition at line 850 of file intro_types.h.


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