Overview
Group
Quick Info

Windows NT
Yes
Win95
No
Win32s
No
Import Library
-
Header File
winnt.h
Unicode
No
Platform Notes
None

TOKEN_INFORMATION_CLASS

The TOKEN_INFORMATION_CLASS enumeration type contains values that specify the type of information being assigned to or retrieved from an access token.

typedef enum _TOKEN_INFORMATION_CLASS { // tic

TokenUser = 1,

TokenGroups,

TokenPrivileges,

TokenOwner,

TokenPrimaryGroup,

TokenDefaultDacl,

TokenSource,

TokenType,

TokenImpersonationLevel,

TokenStatistics

} TOKEN_INFORMATION_CLASS;

See Also

GetTokenInformation
, SetTokenInformation, TOKEN_CONTROL, TOKEN_DEFAULT_DACL, TOKEN_GROUPS, TOKEN_OWNER, TOKEN_PRIMARY_GROUP, TOKEN_PRIVILEGES, TOKEN_SOURCE, TOKEN_STATISTICS, TOKEN_TYPE, TOKEN_USER

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples