mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
-Add missing struct to winnt.h.
svn path=/trunk/; revision=54305
This commit is contained in:
parent
238b9ff6c3
commit
32212570af
1 changed files with 6 additions and 0 deletions
|
@ -3223,6 +3223,12 @@ typedef enum tagTOKEN_TYPE {
|
|||
TokenImpersonation
|
||||
} TOKEN_TYPE,*PTOKEN_TYPE;
|
||||
|
||||
typedef enum _TOKEN_ELEVATION_TYPE {
|
||||
TokenElevationTypeDefault = 1,
|
||||
TokenElevationTypeFull,
|
||||
TokenElevationTypeLimited,
|
||||
} TOKEN_ELEVATION_TYPE, *PTOKEN_ELEVATION_TYPE;
|
||||
|
||||
#include <pshpack4.h>
|
||||
typedef struct _TOKEN_STATISTICS {
|
||||
LUID TokenId;
|
||||
|
|
Loading…
Reference in a new issue