TOKEN_ELEVATION_TYPE Enumeration

The TOKEN_ELEVATION_TYPE enumeration indicates the elevation type of token being queried by the GetTokenInformation function or set by the SetTokenInformation function.

Syntax

typedef enum  {
  TokenElevationTypeDefault   = 1,
  TokenElevationTypeFull,
  TokenElevationTypeLimited 
} TOKEN_ELEVATION_TYPE , *PTOKEN_ELEVATION_TYPE;

Constants

TokenElevationTypeDefault

The token does not have a linked token.

TokenElevationTypeFull

The token is an elevated token.

TokenElevationTypeLimited

The token is a limited token.

Requirements

Minimum supported clientWindows Vista
Minimum supported serverWindows Server 2008
HeaderWinnt.h

Send comments about this topic to Microsoft

Build date: 9/11/2009

Tags :


Page view tracker