Commit 331205d8 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml.idl: Added HTMLAreaElement coclass declaration.

parent 2b8b15c2
......@@ -33,13 +33,13 @@
WINE_DEFAULT_DEBUG_CHANNEL(mshtml);
typedef struct {
struct HTMLAreaElement {
HTMLElement element;
IHTMLAreaElement IHTMLAreaElement_iface;
nsIDOMHTMLAreaElement *nsarea;
} HTMLAreaElement;
};
static inline HTMLAreaElement *impl_from_IHTMLAreaElement(IHTMLAreaElement *iface)
{
......
......@@ -10039,6 +10039,23 @@ methods:
}
/*****************************************************************************
* HTMLAreaElement coclass
*/
[
noncreatable,
uuid(3050f283-98b5-11cf-bb82-00aa00bdce0b)
]
coclass HTMLAreaElement
{
[default] dispinterface DispHTMLAreaElement;
/* [source, default] dispinterface HTMLAreaEvents; */
/* [source] dispinterface HTMLAreaEvents2; */
WINE_HTMLELEMENT_INTERFACES;
interface IHTMLAreaElement;
/* interface IHTMLAreaElement2; */
}
/*****************************************************************************
* IHTMLLabelElement 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