typedef enum tagTOKEN_INFORMATION_CLASS { /* tic */
TokenUser = 1,
TokenGroups,
TokenPrivileges,
TokenOwner,
TokenPrimaryGroup,
TokenDefaultDacl,
TokenSource,
TokenType,
TokenImpersonationLevel,
TokenStatistics
} TOKEN_INFORMATION_CLASS ;
The TOKEN_INFORMATION_CLASS enumerated type is used to indicate the type of information being assigned to or retrieved from a token in some APIs.