Commit 39460707 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml.idl: Added HTMLFrameElement coclass declaration.

parent 88764107
......@@ -31,10 +31,10 @@
WINE_DEFAULT_DEBUG_CHANNEL(mshtml);
typedef struct {
struct HTMLFrameElement {
HTMLFrameBase framebase;
IHTMLFrameElement3 IHTMLFrameElement3_iface;
} HTMLFrameElement;
};
static inline HTMLFrameElement *impl_from_IHTMLFrameElement3(IHTMLFrameElement3 *iface)
{
......
......@@ -19428,6 +19428,29 @@ methods:
}
/*****************************************************************************
* HTMLFrameElement coclass
*/
[
noncreatable,
uuid(3050f314-98b5-11cf-bb82-00aa00bdce0b)
]
coclass HTMLFrameElement
{
[default] dispinterface DispHTMLFrameElement;
/* [source, default] dispinterface HTMLControlElementEvents; */
/* [source] dispinterface HTMLControlElementEvents2; */
WINE_HTMLDATAELEMENT_INTERFACES;
interface IHTMLControlElement;
interface IHTMLFrameBase;
interface IHTMLFrameBase2;
/* interface IHTMLFrameBase3; */
/* interface IHTMLFrameElement; */
/* interface IHTMLFrameElement2; */
interface IHTMLFrameElement3;
/* interface IGetSVGDocument; */
}
/*****************************************************************************
* IHTMLIFrameElement interface
*/
[
......
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