TOKEN_USER structure (winnt.h)
La structure TOKEN_USER identifie l’utilisateur associé à un jeton d’accès.
Syntaxe
typedef struct _TOKEN_USER {
SID_AND_ATTRIBUTES User;
} TOKEN_USER, *PTOKEN_USER;
Membres
User
Spécifie une structure SID_AND_ATTRIBUTES représentant l’utilisateur associé au jeton d’accès. Il n’existe actuellement aucun attribut défini pour les identificateurs de sécurité utilisateur (SID).
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
En-tête | winnt.h (inclure Windows.h) |