Henri Verbeet : include: Add the tagBIND_OPTS3 structure.

Alexandre Julliard julliard at winehq.org
Mon Nov 15 13:28:55 CST 2010


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Mon Nov 15 13:43:32 2010 +0100

include: Add the tagBIND_OPTS3 structure.

---

 include/objidl.idl |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/include/objidl.idl b/include/objidl.idl
index 70f93ab..a3896e9 100644
--- a/include/objidl.idl
+++ b/include/objidl.idl
@@ -345,6 +345,18 @@ interface IBindCtx : IUnknown
     COSERVERINFO *pServerInfo;
   } BIND_OPTS2, *LPBIND_OPTS2;
 
+  typedef struct tagBIND_OPTS3 {
+    DWORD cbStruct;
+    DWORD grfFlags;
+    DWORD grfMode;
+    DWORD dwTickCountDeadline;
+    DWORD dwTrackFlags;
+    DWORD dwClassContext;
+    LCID  locale;
+    COSERVERINFO *pServerInfo;
+    HWND hwnd;
+  } BIND_OPTS3, *LPBIND_OPTS3;
+
   typedef enum tagBIND_FLAGS {
     BIND_MAYBOTHERUSER   = 1,
     BIND_JUSTTESTEXISTENCE = 2




More information about the wine-cvs mailing list