exdisp.idl: Added SHDocVw type library declaration.

This commit is contained in:
Jacek Caban 2006-04-10 18:34:09 +02:00 committed by Alexandre Julliard
parent 60e017de99
commit 91d7bb5211
1 changed files with 17 additions and 0 deletions

View File

@ -26,6 +26,20 @@ import "docobj.idl";
#include <olectl.h>
#include <exdispid.h>
/*****************************************************************************
* SHDocVw library
*/
[
uuid(EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B),
version(1.1),
helpstring("Microsoft Internet Controls")
]
library SHDocVw
{
/* importlib("stdole2.tlb"); */
/*****************************************************************************
* IWebBrowser interface
*/
@ -432,3 +446,6 @@ coclass InternetExplorer
[default, source] dispinterface DWebBrowserEvents2;
[source] dispinterface DWebBrowserEvents;
}
} /* library */