Skip to content

Latest commit

 

History

History
71 lines (60 loc) · 2.53 KB

ne-winnt-token_elevation_type.md

File metadata and controls

71 lines (60 loc) · 2.53 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:winnt._TOKEN_ELEVATION_TYPE
TOKEN_ELEVATION_TYPE (winnt.h)
Indicates the elevation type of token being queried by the GetTokenInformation function or set by the SetTokenInformation function.
*PTOKEN_ELEVATION_TYPE
PTOKEN_ELEVATION_TYPE
PTOKEN_ELEVATION_TYPE enumeration pointer [Security]
TOKEN_ELEVATION_TYPE
TOKEN_ELEVATION_TYPE enumeration [Security]
TokenElevationTypeDefault
TokenElevationTypeFull
TokenElevationTypeLimited
security.token_elevation_type_
winnt/PTOKEN_ELEVATION_TYPE
winnt/TOKEN_ELEVATION_TYPE
winnt/TokenElevationTypeDefault
winnt/TokenElevationTypeFull
winnt/TokenElevationTypeLimited
security\token_elevation_type_.htm
security
bfdfa7b3-a8a9-4e54-896c-4be97521a079
12/05/2018
*PTOKEN_ELEVATION_TYPE, PTOKEN_ELEVATION_TYPE, PTOKEN_ELEVATION_TYPE enumeration pointer [Security], TOKEN_ELEVATION_TYPE, TOKEN_ELEVATION_TYPE enumeration [Security], TokenElevationTypeDefault, TokenElevationTypeFull, TokenElevationTypeLimited, security.token_elevation_type_, winnt/PTOKEN_ELEVATION_TYPE, winnt/TOKEN_ELEVATION_TYPE, winnt/TokenElevationTypeDefault, winnt/TokenElevationTypeFull, winnt/TokenElevationTypeLimited
winnt.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
TOKEN_ELEVATION_TYPE, *PTOKEN_ELEVATION_TYPE
19H1
_TOKEN_ELEVATION_TYPE
winnt/_TOKEN_ELEVATION_TYPE
PTOKEN_ELEVATION_TYPE
winnt/PTOKEN_ELEVATION_TYPE
TOKEN_ELEVATION_TYPE
winnt/TOKEN_ELEVATION_TYPE
c++
APIRef
kbSyntax
HeaderDef
Winnt.h
TOKEN_ELEVATION_TYPE

TOKEN_ELEVATION_TYPE enumeration

-description

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

-enum-fields

-field TokenElevationTypeDefault:1

The token does not have a linked token.

-field TokenElevationTypeFull

The token is an elevated token.

-field TokenElevationTypeLimited

The token is a limited token.