Commit 8d467a4b authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml.idl: Added HTMLIFrame coclass declaration.

parent 39460707
......@@ -31,12 +31,12 @@
WINE_DEFAULT_DEBUG_CHANNEL(mshtml);
typedef struct {
struct HTMLIFrame {
HTMLFrameBase framebase;
IHTMLIFrameElement IHTMLIFrameElement_iface;
IHTMLIFrameElement2 IHTMLIFrameElement2_iface;
IHTMLIFrameElement3 IHTMLIFrameElement3_iface;
} HTMLIFrame;
};
static inline HTMLIFrame *impl_from_IHTMLIFrameElement(IHTMLIFrameElement *iface)
{
......
......@@ -19603,6 +19603,29 @@ methods:
}
/*****************************************************************************
* HTMLIFrame coclass
*/
[
noncreatable,
uuid(3050f316-98b5-11cf-bb82-00aa00bdce0b)
]
coclass HTMLIFrame
{
[default] dispinterface DispHTMLIFrame;
/* [source, default] dispinterface HTMLControlElementEvents; */
/* [source] dispinterface HTMLControlElementEvents2; */
WINE_HTMLDATAELEMENT_INTERFACES;
interface IHTMLControlElement;
interface IHTMLFrameBase;
interface IHTMLFrameBase2;
/* interface IHTMLFrameBase3; */
interface IHTMLIFrameElement;
interface IHTMLIFrameElement2;
interface IHTMLIFrameElement3;
/* interface IGetSVGDocument; */
}
/*****************************************************************************
* IHTMLStyleElement 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