Robert Shearman : include: Add two more coclasses to exdisp.idl.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jun 7 07:48:49 CDT 2006


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

Author: Robert Shearman <rob at codeweavers.com>
Date:   Tue Jun  6 20:04:47 2006 +0100

include: Add two more coclasses to exdisp.idl.

---

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

diff --git a/include/exdisp.idl b/include/exdisp.idl
index b7a65ed..4e07400 100644
--- a/include/exdisp.idl
+++ b/include/exdisp.idl
@@ -717,6 +717,14 @@ coclass ShellNameSpace {
 }
 
 [
+    uuid(2f2f1f96-2bc1-4b1c-be28-ea3774f4676a)
+]
+coclass ShellShellNameSpace {
+    [default] interface IShellNameSpace;
+    [default, source] dispinterface DShellNameSpaceEvents;
+}
+
+[
     odl,
     uuid(f3470f24-15fd-11d2-bb2e-00805ff7efca),
     hidden,
@@ -887,4 +895,13 @@ coclass SearchAssistantOC {
     [default, source] dispinterface _SearchAssistantEvents;
 }
 
+[
+    uuid(2e71fd0f-aab1-42c0-9146-6d2c4edcf07d),
+    hidden
+]
+coclass ShellSearchAssistantOC {
+    [default] interface ISearchAssistantOC3;
+    [default, source] dispinterface _SearchAssistantEvents;
+}
+
 } /* library */




More information about the wine-cvs mailing list