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 |
|---|---|
|
Minimum supported server | Windows Server 2008 |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 11/15/2011
