|  | Overview |  | 
|  | 
|  | Group |  | 
|  | 
|  | Quick Info 
 | Windows NT 
 | Yes 
 |  | Win95 
 | No 
 |  | Win32s 
 | No 
 |  | Import Library 
 | - 
 |  | Header File 
 | winnt.h 
 |  | Unicode 
 | No 
 |  | Platform Notes 
 | None 
 | 
 |  | 
 
TOKEN_USER
The 
TOKEN_USER structure identifies the user associated with an access token. 
typedef struct _TOKEN_USER { // tu  
    SID_AND_ATTRIBUTES User; 
} TOKEN_USER; 
 
Members
User
Specifies an 
SID_AND_ATTRIBUTES structure representing the user associated with the access token. There are
currently no attributes defined for user security identifiers (SIDs). 
 
See Also
GetTokenInformation, 
SID_AND_ATTRIBUTES, 
TOKEN_CONTROL, 
TOKEN_DEFAULT_DACL, 
TOKEN_GROUPS, 
TOKEN_INFORMATION_CLASS, 
TOKEN_OWNER, 
TOKEN_PRIMARY_GROUP, 
TOKEN_PRIVILEGES, 
TOKEN_SOURCE, 
TOKEN_STATISTICS, 
TOKEN_TYPE
			
				- Software for developers
				
- 
				Delphi Components
 .Net Components
 Software for Android Developers
- More information resources
				
- 
				MegaDetailed.Net
 Unix Manual Pages
 Delphi Examples