Commit 327a77c1 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml.idl: Added HTMLGenericElement coclass declaration.

parent d6530861
......@@ -32,11 +32,11 @@
WINE_DEFAULT_DEBUG_CHANNEL(mshtml);
typedef struct {
struct HTMLGenericElement {
HTMLElement element;
IHTMLGenericElement IHTMLGenericElement_iface;
} HTMLGenericElement;
};
static inline HTMLGenericElement *impl_from_IHTMLGenericElement(IHTMLGenericElement *iface)
{
......
......@@ -7008,6 +7008,22 @@ methods:
}
/*****************************************************************************
* HTMLGenericElement coclass
*/
[
noncreatable,
uuid(3050f4b8-98b5-11cf-bb82-00aa00bdce0b)
]
coclass HTMLGenericElement
{
[default] dispinterface DispHTMLGenericElement;
[source, default] dispinterface HTMLElementEvents;
[source] dispinterface HTMLElementEvents2;
WINE_HTMLELEMENT_INTERFACES;
interface IHTMLGenericElement;
}
/*****************************************************************************
* IHTMLStyleSheetRule 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