ODJ_SID structure

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.

See also

Offline Domain Join IDL Definitions

ODJ_SID_IDENTIFIER_AUTHORITY