1 out of 2 rated this helpful - Rate this topic

TOKEN_ELEVATION_TYPE enumeration

The TOKEN_ELEVATION_TYPE enumeration indicates the elevation type of token being queried by the GetTokenInformation 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 client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Winnt.h

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.