ODJ_SID 结构
包含安全标识符 (SID) 。
语法
typedef struct _ODJ_SID
{
UCHAR Revision;
UCHAR SubAuthorityCount;
SID_IDENTIFIER_AUTHORITY IdentifierAuthority;
[size_is(SubAuthorityCount)] ULONG SubAuthority[*];
} ODJ_SID, *PODJ_SID;
成员
修订
必须设置为 SID 修订版。
SubAuthorityCount
必须设置为 SubAuthority 中的元素数。
IdentifierAuthority
必须设置为 SID 颁发机构标识符。
SubAuthority
必须包含 SID 子授权的数组。