Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains a Security Identifier (SID).
Syntax
typedef struct _ODJ_SID
{
UCHAR Revision;
UCHAR SubAuthorityCount;
SID_IDENTIFIER_AUTHORITY IdentifierAuthority;
[size_is(SubAuthorityCount)] ULONG SubAuthority[*];
} ODJ_SID, *PODJ_SID;
Members
Revision
Must be set to the SID revision.
SubAuthorityCount
Must be set to the number of elements in SubAuthority.
IdentifierAuthority
Must be set to the SID authority identifier.
SubAuthority
Must contain an array of SID sub authorities.