mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 22:01:43 +00:00
[PSDK]
- Bring back TOKEN_STATISTICS alignment inclusions. svn path=/branches/header-work/; revision=47230
This commit is contained in:
parent
fc4066c4cc
commit
077ed6cb51
1 changed files with 2 additions and 0 deletions
|
@ -3110,6 +3110,7 @@ typedef enum tagTOKEN_TYPE {
|
|||
TokenImpersonation
|
||||
} TOKEN_TYPE,*PTOKEN_TYPE;
|
||||
|
||||
#include <pshpack4.h>
|
||||
typedef struct _TOKEN_STATISTICS {
|
||||
LUID TokenId;
|
||||
LUID AuthenticationId;
|
||||
|
@ -3122,6 +3123,7 @@ typedef struct _TOKEN_STATISTICS {
|
|||
DWORD PrivilegeCount;
|
||||
LUID ModifiedId;
|
||||
} TOKEN_STATISTICS, *PTOKEN_STATISTICS;
|
||||
#include <poppack.h>
|
||||
|
||||
typedef struct _TOKEN_USER {
|
||||
SID_AND_ATTRIBUTES User;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue