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

mshtml.idl: Added HTMLObjectElement coclass declaration.

parent eb9b998c
......@@ -34,14 +34,14 @@
WINE_DEFAULT_DEBUG_CHANNEL(mshtml);
typedef struct {
struct HTMLObjectElement {
HTMLPluginContainer plugin_container;
IHTMLObjectElement IHTMLObjectElement_iface;
IHTMLObjectElement2 IHTMLObjectElement2_iface;
nsIDOMHTMLObjectElement *nsobject;
} HTMLObjectElement;
};
static inline HTMLObjectElement *impl_from_IHTMLObjectElement(IHTMLObjectElement *iface)
{
......
......@@ -19089,6 +19089,28 @@ methods:
}
/*****************************************************************************
* HTMLObjectElement coclass
*/
[
noncreatable,
uuid(3050f24e-98b5-11cf-bb82-00aa00bdce0b)
]
coclass HTMLObjectElement
{
[default] dispinterface DispHTMLObjectElement;
/* [source, default] dispinterface HTMLObjectElementEvents; */
/* [source] dispinterface HTMLObjectElementEvents2; */
WINE_HTMLDATAELEMENT_INTERFACES;
interface IHTMLControlElement;
interface IHTMLObjectElement;
interface IHTMLObjectElement2;
/* interface IHTMLObjectElement3; */
/* interface IHTMLObjectElement4; */
/* interface IGetSVGDocument; */
/* interface IHTMLObjectElement5; */
}
/*****************************************************************************
* DispHTMLParamElement 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