IObjectWithSite interface

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is needed when compiling MFC

Changelog:
    Kirill Smelkov <kirr@xxxxxxxxxxxxxxxxxxx>
    added IObjectWithSite interface


Index: include/ocidl.idl
===================================================================
RCS file: /home/wine/wine/include/ocidl.idl,v
retrieving revision 1.1
diff -u -r1.1 ocidl.idl
--- include/ocidl.idl	4 Sep 2003 00:03:48 -0000	1.1
+++ include/ocidl.idl	2 Dec 2003 20:39:23 -0000
@@ -1089,6 +1089,27 @@
 
 
 /*****************************************************************************
+ * IObjectWithSite interface
+ */
+[
+    object,
+    uuid(fc4801a3-2ba9-11cf-a229-00aa003d7352),
+    pointer_default(unique)
+]
+interface IObjectWithSite : IUnknown
+{
+    typedef IObjectWithSite *LPOBJECTWITHSITE;
+
+    HRESULT SetSite(
+        [in] IUnknown * pUnkSite);
+
+    HRESULT GetSite(
+        [in] REFIID riid, 
+        [out, iid_is(riid)] PVOID *ppvSite);
+}
+
+
+/*****************************************************************************
  * IOleUndoUnit interface
  */
 interface IOleUndoManager;  /* forward declaration */

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux