Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
2e5d7064
Commit
2e5d7064
authored
Aug 22, 2010
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Aug 23, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add more TOKEN_INFORMATION_CLASS result struct.
parent
e92a552d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
1 deletion
+27
-1
winnt.h
include/winnt.h
+27
-1
No files found.
include/winnt.h
View file @
2e5d7064
...
...
@@ -4370,7 +4370,7 @@ typedef struct _TOKEN_DEFAULT_DACL {
}
TOKEN_DEFAULT_DACL
,
*
PTOKEN_DEFAULT_DACL
;
/*
* TOKEN_SOURCE
L
* TOKEN_SOURCE
*/
#define TOKEN_SOURCE_LENGTH 8
...
...
@@ -4435,6 +4435,32 @@ typedef struct _TOKEN_STATISTICS {
}
TOKEN_STATISTICS
;
#include <poppack.h>
typedef
struct
_TOKEN_GROUPS_AND_PRIVILEGES
{
DWORD
SidCount
;
DWORD
SidLength
;
PSID_AND_ATTRIBUTES
Sids
;
DWORD
RestrictedSidCount
;
DWORD
RestrictedSidLength
;
PSID_AND_ATTRIBUTES
RestrictedSids
;
DWORD
PrivilegeCount
;
DWORD
PrivilegeLength
;
PLUID_AND_ATTRIBUTES
Privileges
;
LUID
AuthenticationId
;
}
TOKEN_GROUPS_AND_PRIVILEGES
,
*
PTOKEN_GROUPS_AND_PRIVILEGES
;
typedef
struct
_TOKEN_ORIGIN
{
LUID
OriginatingLogonSession
;
}
TOKEN_ORIGIN
,
*
PTOKEN_ORIGIN
;
typedef
struct
_TOKEN_LINKED_TOKEN
{
HANDLE
LinkedToken
;
}
TOKEN_LINKED_TOKEN
,
*
PTOKEN_LINKED_TOKEN
;
typedef
struct
_TOKEN_ELEVATION
{
DWORD
TokenIsElevated
;
}
TOKEN_ELEVATION
,
*
PTOKEN_ELEVATION
;
/*
* ACLs of NT
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment