TOKEN_LINKED_TOKEN structure (winnt.h)
La structure TOKEN_LINKED_TOKEN contient un handle pour un jeton. Ce jeton est lié au jeton interrogé par la fonction GetTokenInformation ou défini par la fonction SetTokenInformation .
Syntaxe
typedef struct _TOKEN_LINKED_TOKEN {
HANDLE LinkedToken;
} TOKEN_LINKED_TOKEN, *PTOKEN_LINKED_TOKEN;
Membres
LinkedToken
Handle du jeton lié.
Lorsque vous avez terminé d’utiliser le handle, fermez-le en appelant la fonction CloseHandle .
Configuration requise
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
En-tête | winnt.h |