Bitdefender Hypervisor Memory Introspection
_INTRO_WIN_SID Struct Reference

A security identifier. More...

#include <intro_types.h>

Data Fields

BYTE Revision
 The revision of the SID. More...
 
BYTE SubAuthorityCount
 The number of valid entries in the SubAuthority array. More...
 
BYTE IdentifierAuthority [6]
 Identifier authority entries. More...
 
DWORD SubAuthority [1]
 Sub authority entries. More...
 

Detailed Description

A security identifier.

See https://docs.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-sid

Definition at line 820 of file intro_types.h.

Field Documentation

◆ IdentifierAuthority

BYTE _INTRO_WIN_SID::IdentifierAuthority[6]

Identifier authority entries.

Definition at line 824 of file intro_types.h.

◆ Revision

BYTE _INTRO_WIN_SID::Revision

The revision of the SID.

Definition at line 822 of file intro_types.h.

◆ SubAuthority

DWORD _INTRO_WIN_SID::SubAuthority[1]

Sub authority entries.

Definition at line 826 of file intro_types.h.

◆ SubAuthorityCount

BYTE _INTRO_WIN_SID::SubAuthorityCount

The number of valid entries in the SubAuthority array.

Definition at line 823 of file intro_types.h.


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