exdisp.idl: Added SHDocVw type library declaration.
This commit is contained in:
parent
60e017de99
commit
91d7bb5211
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue