mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Removed common TOKEN_CONTROL structure.
svn path=/trunk/; revision=2638
This commit is contained in:
parent
8393800e76
commit
e8082ff034
1 changed files with 0 additions and 7 deletions
|
@ -3801,13 +3801,6 @@ typedef struct tagTOGGLEKEYS {
|
|||
DWORD cbSize;
|
||||
DWORD dwFlags;
|
||||
} TOGGLEKEYS;
|
||||
|
||||
typedef struct _TOKEN_CONTROL {
|
||||
LUID TokenId;
|
||||
LUID AuthenticationId;
|
||||
LUID ModifiedId;
|
||||
TOKEN_SOURCE TokenSource;
|
||||
} TOKEN_CONTROL, *PTOKEN_CONTROL ;
|
||||
|
||||
typedef struct {
|
||||
UINT cbSize;
|
||||
|
|
Loading…
Reference in a new issue