estructura SE_TOKEN_USER (ntifs.h)
La estructura de
Sintaxis
typedef struct _SE_TOKEN_USER {
union {
TOKEN_USER TokenUser;
SID_AND_ATTRIBUTES User;
} DUMMYUNIONNAME;
union {
SID Sid;
UCHAR Buffer[SECURITY_MAX_SID_SIZE];
} DUMMYUNIONNAME2;
} SE_TOKEN_USER, PSE_TOKEN_USER;
Miembros
DUMMYUNIONNAME
DUMMYUNIONNAME.TokenUser
Especifica una estructura TOKEN_USER que representa al usuario asociado a un token de acceso.
DUMMYUNIONNAME.User
Especifica una estructura SID_AND_ATTRIBUTES que representa al usuario asociado al token de acceso.
DUMMYUNIONNAME2
DUMMYUNIONNAME2.Sid
Especifica una estructura de identificador de seguridad (SID) usada para identificar de forma única usuarios o grupos.
DUMMYUNIONNAME2.Buffer[SECURITY_MAX_SID_SIZE]
Especifica una matriz de SECURITY_MAX_SID_SIZE para asignar suficiente memoria para el mayor tamaño de SID posible.
Requisitos
Requisito | Valor |
---|---|
encabezado de |
ntifs.h |