Commit 68952c4c authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml.idl: Added HTMLWindow2 coclass declaration.

parent 6785ccfc
......@@ -11832,6 +11832,22 @@ methods:
}
/*****************************************************************************
* HTMLUnknownElement coclass
*/
[
noncreatable,
uuid(3050f268-98b5-11cf-bb82-00aa00bdce0b)
]
coclass HTMLUnknownElement
{
[default] dispinterface DispHTMLUnknownElement;
[source, default] dispinterface HTMLElementEvents;
[source] dispinterface HTMLElementEvents2;
WINE_HTMLELEMENT_INTERFACES;
/* interface IHTMLUnknownElement; */
}
/*****************************************************************************
* IOmHistory interface
*/
[
......@@ -13594,6 +13610,30 @@ methods:
}
/*****************************************************************************
* HTMLWindow2 coclass
*/
[
noncreatable,
uuid(d48a6ec6-6a4a-11cf-94a7-444553540000)
]
coclass HTMLWindow2
{
[default] dispinterface DispHTMLWindow2;
[source, default] dispinterface HTMLWindowEvents;
[source] dispinterface HTMLWindowEvents2;
/* [source] dispinterface HTMLWindowEvents3; */
interface IHTMLWindow2;
interface IHTMLWindow3;
interface IHTMLWindow4;
interface IHTMLWindow5;
interface IHTMLWindow6;
/* interface IHTMLWindow7; */
/* interface IHTMLWindow8; */
interface IHTMLDOMConstructor;
interface IEventTarget;
}
/*****************************************************************************
* DispHTMLWindowProxy dispinterface
*/
[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment