Mike McCormack : shdocvw: Add class definition for InternetExplorer.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Apr 5 13:33:05 CDT 2006


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

Author: Mike McCormack <mike at codeweavers.com>
Date:   Wed Apr  5 23:24:31 2006 +0900

shdocvw: Add class definition for InternetExplorer.

---

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

diff --git a/include/exdisp.idl b/include/exdisp.idl
index 32ce9df..56b7648 100644
--- a/include/exdisp.idl
+++ b/include/exdisp.idl
@@ -421,3 +421,14 @@ coclass ShellWindows
     [default] interface IShellWindows;
     [default, source] dispinterface DShellWindowsEvents;
 }
+
+[
+    uuid(0002df01-0000-0000-c000-000000000046)
+]
+coclass InternetExplorer
+{
+    [default] interface IWebBrowser2;
+              interface IWebBrowserApp;
+    [default, source] dispinterface DWebBrowserEvents2;
+    [source]          dispinterface DWebBrowserEvents;
+}




More information about the wine-cvs mailing list