Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.