Add the ShellFolderViewOC coclass.

Francois Gouget fgouget at codeweavers.com
Thu Aug 3 12:02:21 CDT 2006


Let me know if pine causes wrapping on this email.

---
  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;
+}
-- 
1.4.1

-- 
Francois Gouget
fgouget at codeweavers.com




More information about the wine-patches mailing list