Mike McCormack : shdocvw: Add class definition for InternetExplorer.
Module: wine Branch: refs/heads/master Commit: 152541b94c48c03c528659835482ad30f48b09fb URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=152541b94c48c03c52865983... Author: Mike McCormack <mike(a)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; +}
participants (1)
-
Alexandre Julliard