Francois Gouget : include: Add the ShellFolderViewOC coclass.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Aug 3 15:58:26 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 0a81f304605c9ba461a36049515989b5e61fecf2
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=0a81f304605c9ba461a36049515989b5e61fecf2

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Aug  3 19:02:21 2006 +0200

include: Add the ShellFolderViewOC coclass.

---

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

diff --git a/include/shldisp.idl b/include/shldisp.idl
index b786362..ee72261 100644
--- a/include/shldisp.idl
+++ b/include/shldisp.idl
@@ -83,3 +83,13 @@ interface IFolderViewOC : IDispatch
 {
     HRESULT SetFolderView( [in] IDispatch *pdisp );
 }
+
+[
+    uuid(9ba05971-f6a8-11cf-a442-00a0c90a8f39),
+    hidden
+]
+coclass ShellFolderViewOC
+{
+    [default]         interface     IFolderViewOC;
+    [default, source] dispinterface DShellFolderViewEvents;
+}




More information about the wine-cvs mailing list