Detlef Riekenberg : include: Add typedef for WNODE_HEADER.

Alexandre Julliard julliard at winehq.org
Mon Oct 12 11:19:43 CDT 2009


Module: wine
Branch: master
Commit: da73583bc3c60a7a42aa9c02c6f9ed7b738696a0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=da73583bc3c60a7a42aa9c02c6f9ed7b738696a0

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Sun Oct 11 17:08:12 2009 +0200

include: Add typedef for WNODE_HEADER.

---

 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_ */




More information about the wine-cvs mailing list