estructura de ODJ_SID
Contiene un identificador de seguridad (SID).
Sintaxis
typedef struct _ODJ_SID
{
UCHAR Revision;
UCHAR SubAuthorityCount;
SID_IDENTIFIER_AUTHORITY IdentifierAuthority;
[size_is(SubAuthorityCount)] ULONG SubAuthority[*];
} ODJ_SID, *PODJ_SID;
Miembros
Revisión
Debe establecerse en la revisión del SID.
SubAuthorityCount
Debe establecerse en el número de elementos de SubAuthority.
IdentifierAuthority
Debe establecerse en el identificador de autoridad del SID.
SubAuthority
Debe contener una matriz de subelementos de SID.