struttura TOKEN_LINKED_TOKEN (winnt.h)
La struttura TOKEN_LINKED_TOKEN contiene un handle per un token. Questo token è collegato al token sottoposto a query dalla funzione GetTokenInformation o impostato dalla funzione SetTokenInformation .
Sintassi
typedef struct _TOKEN_LINKED_TOKEN {
HANDLE LinkedToken;
} TOKEN_LINKED_TOKEN, *PTOKEN_LINKED_TOKEN;
Members
LinkedToken
Handle per il token collegato.
Al termine dell'uso dell'handle, chiuderlo chiamando la funzione CloseHandle .
Requisiti
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | winnt.h |