[PATCH 1/6] include: Add typedef for WNODE_HEADER

Detlef Riekenberg wine.dev at web.de
Sun Oct 11 10:08:12 CDT 2009


---
 include/wmistr.h |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/include/wmistr.h b/include/wmistr.h
index 480aed6..5a806b6 100644
--- a/include/wmistr.h
+++ b/include/wmistr.h
@@ -33,4 +33,28 @@ typedef enum
     WMI_EXECUTE_METHOD = 9,
 } WMIDPREQUESTCODE;
 
+typedef struct _WNODE_HEADER
+{
+    ULONG BufferSize;
+    ULONG ProvicerId;
+    union
+    {
+        ULONG64 HistoricalContext;
+        struct
+        {
+            ULONG Version;
+            ULONG Linkage;
+        } DUMMYSTRUCTNAME;
+
+    } DUMMYUNIONNAME;
+    union
+    {
+        HANDLE KernelHandle;
+        LARGE_INTEGER TimeStamp;
+    } DUMMYUNIONNAME2;
+    GUID Guid;
+    ULONG ClientContext;
+    ULONG Flags;
+} WNODE_HEADER, *PWNODE_HEADER;
+
 #endif /* _WMISTR_ */
-- 
1.5.4.3


--=-S/+US2xdHto893B4PGU2--




More information about the wine-patches mailing list