共用方式為


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 子授權單位的陣列。

另請參閱

離線網域加入 IDL 定義

ODJ_SID_IDENTIFIER_AUTHORITY