Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
cb308327
Commit
cb308327
authored
Mar 25, 2004
by
Mike McCormack
Committed by
Alexandre Julliard
Mar 25, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define flags for GetUserObjectInformation.
parent
cc96d67a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
winuser.h
include/winuser.h
+15
-0
No files found.
include/winuser.h
View file @
cb308327
...
...
@@ -84,6 +84,21 @@ DECL_WINELIB_TYPE_AW(WINSTAENUMPROC)
typedef
HANDLE
HDWP
;
#define UOI_FLAGS 1
#define UOI_NAME 2
#define UOI_TYPE 3
#define UOI_USER_SID 4
#define WSF_VISIBLE 1
#define DF_ALLOWOTHERACCOUNTHOOK 1
typedef
struct
tagUSEROBJECTFLAGS
{
BOOL
fInherit
;
BOOL
fReserved
;
DWORD
dwFlags
;
}
USEROBJECTFLAGS
,
*
PUSEROBJECTFLAGS
;
/* flags for FILTERKEYS dwFlags field */
#define FKF_AVAILABLE 0x00000002
#define FKF_CLICKON 0x00000040
...
...
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