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
b071d37b
Commit
b071d37b
authored
May 11, 2020
by
Vijay Kiran Kamuju
Committed by
Alexandre Julliard
May 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add new defines and fix struct WNODE_HEADER.
Signed-off-by:
Vijay Kiran Kamuju
<
infyquest@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
93758fc3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
wmistr.h
include/wmistr.h
+8
-2
No files found.
include/wmistr.h
View file @
b071d37b
...
...
@@ -27,14 +27,19 @@
#define WNODE_FLAG_TOO_SMALL 0x00000020
#define WNODE_FLAG_INSTANCES_SAME 0x00000040
#define WNODE_FLAG_STATIC_INSTANCE_NAMES 0x00000080
#define WNODE_FLAG_INTERNAL 0x00000100
#define WNODE_FLAG_USE_TIMESTAMP 0x00000200
#define WNODE_FLAG_PERSIST_EVENT 0x00000400
#define WNODE_FLAG_EVENT_REFERENCE 0x00002000
#define WNODE_FLAG_ANSI_INSTANCENAMES 0x00004000
#define WNODE_FLAG_METHOD_ITEM 0x00008000
#define WNODE_FLAG_PDO_INSTANCE_NAMES 0x00010000
#define WNODE_FLAG_TRACED_GUID 0x00020000
#define WNODE_FLAG_LOG_WNODE 0x00040000
#define WNODE_FLAG_USE_GUID_PTR 0x00080000
#define WNODE_FLAG_USE_MOF_PTR 0x00100000
#define WNODE_FLAG_NO_HEADER 0x00200000
#define WNODE_FLAG_SEND_DATA_BLOCK 0x00400000
#define WNODE_FLAG_SEVERITY_MASK 0xFF000000
typedef
enum
...
...
@@ -49,12 +54,13 @@ typedef enum
WMI_DISABLE_CONNECTION
=
7
,
WMI_REGINFO
=
8
,
WMI_EXECUTE_METHOD
=
9
,
WMI_CAPTURE_STATE
=
10
}
WMIDPREQUESTCODE
;
typedef
struct
_WNODE_HEADER
{
ULONG
BufferSize
;
ULONG
Provi
c
erId
;
ULONG
Provi
d
erId
;
union
{
ULONG64
HistoricalContext
;
...
...
@@ -63,10 +69,10 @@ typedef struct _WNODE_HEADER
ULONG
Version
;
ULONG
Linkage
;
}
DUMMYSTRUCTNAME
;
}
DUMMYUNIONNAME
;
union
{
ULONG
CountLost
;
HANDLE
KernelHandle
;
LARGE_INTEGER
TimeStamp
;
}
DUMMYUNIONNAME2
;
...
...
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