Commit 6785ccfc authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml.idl: Added HTMLMetaElement coclass declaration.

parent c80bd90a
......@@ -31,11 +31,11 @@
WINE_DEFAULT_DEBUG_CHANNEL(mshtml);
typedef struct {
struct HTMLMetaElement {
HTMLElement element;
IHTMLMetaElement IHTMLMetaElement_iface;
} HTMLMetaElement;
};
static inline HTMLMetaElement *impl_from_IHTMLMetaElement(IHTMLMetaElement *iface)
{
......
......@@ -11800,6 +11800,24 @@ methods:
}
/*****************************************************************************
* HTMLMetaElement coclass
*/
[
noncreatable,
uuid(3050f275-98b5-11cf-bb82-00aa00bdce0b)
]
coclass HTMLMetaElement
{
[default] dispinterface DispHTMLMetaElement;
[source, default] dispinterface HTMLElementEvents;
[source] dispinterface HTMLElementEvents2;
WINE_HTMLELEMENT_INTERFACES;
interface IHTMLMetaElement;
interface IHTMLMetaElement2;
interface IHTMLMetaElement3;
}
/*****************************************************************************
* DispHTMLUnknownElement 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