Bitdefender Hypervisor Memory Introspection
_SID_INTERNAL Struct Reference

The internal representation of the SID structure. More...

#include <winsecdesc.h>

Data Fields

UCHAR Revision
 S-1-5-32-554 - The SID revision (in this case 1). More...
 
UCHAR SubAuthorityCount
 S-1-5-32-554 - The number of sub authorities (in this case 2 -> sub-authority 32 and sub-authority 544). More...
 
SID_IDENTIFIER_AUTHORITY IdentifierAuthority
 S-1-5-32-554 - The authority (in this case 5). More...
 

Detailed Description

The internal representation of the SID structure.

Definition at line 30 of file winsecdesc.h.

Field Documentation

◆ IdentifierAuthority

SID_IDENTIFIER_AUTHORITY _SID_INTERNAL::IdentifierAuthority

S-1-5-32-554 - The authority (in this case 5).

Definition at line 37 of file winsecdesc.h.

Referenced by IntWinSDDumpAclEntries().

◆ Revision

UCHAR _SID_INTERNAL::Revision

S-1-5-32-554 - The SID revision (in this case 1).

Definition at line 33 of file winsecdesc.h.

Referenced by IntWinSDDumpAclEntries().

◆ SubAuthorityCount

UCHAR _SID_INTERNAL::SubAuthorityCount

S-1-5-32-554 - The number of sub authorities (in this case 2 -> sub-authority 32 and sub-authority 544).

Definition at line 35 of file winsecdesc.h.

Referenced by IntWinSDDumpAclEntries().


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