TOKEN_USER struttura (winnt.h)
La struttura TOKEN_USER identifica l'utente associato a un token di accesso.
Sintassi
typedef struct _TOKEN_USER {
SID_AND_ATTRIBUTES User;
} TOKEN_USER, *PTOKEN_USER;
Members
User
Specifica una struttura SID_AND_ATTRIBUTES che rappresenta l'utente associato al token di accesso. Attualmente non sono stati definiti attributi per gli identificatori di sicurezza utente (SID).
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | winnt.h (includere Windows.h) |