estructura TOKEN_USER (winnt.h)

La estructura de TOKEN_USER identifica al usuario asociado a un token de acceso.

Sintaxis

typedef struct _TOKEN_USER {
  SID_AND_ATTRIBUTES User;
} TOKEN_USER, *PTOKEN_USER;

Miembros

User

Especifica una estructura de SID_AND_ATTRIBUTES que representa al usuario asociado al token de acceso. Actualmente no hay atributos definidos para identificadores de seguridad de usuario (SID).

Requisitos

Requisito Value
Cliente mínimo compatible Windows XP [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2003 [solo aplicaciones de escritorio]
Encabezado winnt.h (incluya Windows.h)

Consulte también

GetTokenInformation

SID_AND_ATTRIBUTES

TOKEN_CONTROL

TOKEN_DEFAULT_DACL

TOKEN_GROUPS

TOKEN_INFORMATION_CLASS

TOKEN_OWNER

TOKEN_PRIMARY_GROUP

TOKEN_PRIVILEGES

TOKEN_SOURCE

TOKEN_STATISTICS

TOKEN_TYPE