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
167323e6
Commit
167323e6
authored
Nov 15, 2006
by
Rob Shearman
Committed by
Alexandre Julliard
Nov 15, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add security QOS flags to winbase.h.
parent
1e678669
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
winbase.h
include/winbase.h
+12
-0
No files found.
include/winbase.h
View file @
167323e6
...
@@ -710,6 +710,18 @@ typedef struct _BY_HANDLE_FILE_INFORMATION
...
@@ -710,6 +710,18 @@ typedef struct _BY_HANDLE_FILE_INFORMATION
#define NMPWAIT_NOWAIT 0x00000001
#define NMPWAIT_NOWAIT 0x00000001
#define NMPWAIT_USE_DEFAULT_WAIT 0x00000000
#define NMPWAIT_USE_DEFAULT_WAIT 0x00000000
/* Security flags for dwFlagsAndAttributes of CreateFile */
#define SECURITY_ANONYMOUS (SecurityAnonymous << 16)
#define SECURITY_IDENTIFICATION (SecurityIdentification << 16)
#define SECURITY_IMPERSONATION (SecurityImpersonation << 16)
#define SECURITY_DELEGATION (SecurityDelegation << 16)
#define SECURITY_CONTEXT_TRACKING 0x00040000
#define SECURITY_EFFECTIVE_ONLY 0x00080000
#define SECURITY_SQOS_PRESENT 0x00100000
#define SECURITY_VALID_SQOS_FLAGS 0x001f0000
typedef
struct
_SYSTEM_POWER_STATUS
typedef
struct
_SYSTEM_POWER_STATUS
{
{
BYTE
ACLineStatus
;
BYTE
ACLineStatus
;
...
...
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