Commit cb308327 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Define flags for GetUserObjectInformation.

parent cc96d67a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment