typedef struct _TOKEN_USER { /* tu */
SID_AND_ATTRIBUTES User;
} TOKEN_USER ;
The TOKEN_USER data structure is a token that represents a user.
User
Contains the SID, and its corresponding attributes, of the user the token represents. The SID attributes are of type USER_ATTRIBUTES.