The TOKEN_ELEVATION_TYPE enumeration indicates the type of token linked to the token being queried by the GetTokenInformation function or set by the SetTokenInformation function.
typedef enum { TokenElevationTypeDefault = 1, TokenElevationTypeFull, TokenElevationTypeLimited } TOKEN_ELEVATION_TYPE , *PTOKEN_ELEVATION_TYPE;
The token does not have a linked token.
The token is linked to an elevated token.
The token is linked to a limited token.
Send comments about this topic to Microsoft
Build date: 6/26/2009