estructura TOKEN_LINKED_TOKEN (winnt.h)
La estructura TOKEN_LINKED_TOKEN contiene un identificador para un token. Este token está vinculado al token que consulta la función GetTokenInformation o establece la función SetTokenInformation .
Sintaxis
typedef struct _TOKEN_LINKED_TOKEN {
HANDLE LinkedToken;
} TOKEN_LINKED_TOKEN, *PTOKEN_LINKED_TOKEN;
Miembros
LinkedToken
Identificador del token vinculado.
Cuando haya terminado de usar el identificador, ciérrelo llamando a la función CloseHandle .
Requisitos
Cliente mínimo compatible | Windows Vista [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2008 [solo aplicaciones de escritorio] |
Encabezado | winnt.h |