Rob Shearman : ole32: Add the OXID_INFO structure to dcom.idl.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Mar 27 06:58:45 CDT 2007


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

Author: Rob Shearman <rob at codeweavers.com>
Date:   Mon Mar 26 18:22:30 2007 +0100

ole32: Add the OXID_INFO structure to dcom.idl.

---

 dlls/ole32/dcom.idl |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/dlls/ole32/dcom.idl b/dlls/ole32/dcom.idl
index 3d6b271..6e5a454 100644
--- a/dlls/ole32/dcom.idl
+++ b/dlls/ole32/dcom.idl
@@ -108,6 +108,14 @@ interface ObjectRpcBaseTypes
     [size_is(wNumEntries)] unsigned short aStringArray[];
   } DUALSTRINGARRAY;
 
+  typedef struct tagOXID_INFO {
+    DWORD dwTid;
+    DWORD dwPid;
+    IPID ipidRemUnknown;
+    DWORD dwAuthnHint;
+    DUALSTRINGARRAY *psa;
+  } OXID_INFO;
+
   const unsigned long OBJREF_SIGNATURE = 0x574f454d; /* "MEOW" */
   const unsigned long OBJREF_STANDARD = 0x1;
   const unsigned long OBJREF_HANDLER = 0x2;




More information about the wine-cvs mailing list