SHELL32: define CLSID_ShellWindows

Mike McCormack mike at codeweavers.com
Mon May 23 10:16:35 CDT 2005


ChangeLog:
* define CLSID_ShellWindows
-------------- next part --------------
Index: include/exdisp.idl
===================================================================
RCS file: /home/wine/wine/include/exdisp.idl,v
retrieving revision 1.6
diff -u -p -r1.6 exdisp.idl
--- include/exdisp.idl	18 Oct 2004 21:43:18 -0000	1.6
+++ include/exdisp.idl	23 May 2005 15:17:56 -0000
@@ -342,3 +342,12 @@ interface IShellWindows : IDispatch
     HRESULT OnCreated( [in] long lCookie, [in] IUnknown *punk );
     HRESULT ProcessAttachDetach( [in] VARIANT_BOOL fAttach );
 }
+
+[
+    uuid(9ba05972-f6a8-11cf-a442-00a0c90a8f39)
+]
+coclass ShellWindows
+{
+    [default] interface IShellWindows;
+    [default, source] dispinterface DShellWindowsEvents;
+}


More information about the wine-patches mailing list