ACE
ACL
SID
Expand Minimize
This topic has not yet been rated - Rate this topic

TOKEN_ELEVATION structure

The TOKEN_ELEVATION structure indicates whether a token has elevated privileges.

Syntax


typedef struct _TOKEN_ELEVATION {
  DWORD TokenIsElevated;
} TOKEN_ELEVATION, *PTOKEN_ELEVATION;

Members

TokenIsElevated

A nonzero value if the token has elevated privileges; otherwise, a zero value.

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.