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

mshtml.idl: Added HTMLImg coclass declaration.

parent ab0e68a9
......@@ -8921,6 +8921,27 @@ methods:
}
/*****************************************************************************
* HTMLImg coclass
*/
[
noncreatable,
uuid(3050f241-98b5-11cf-bb82-00aa00bdce0b)
]
coclass HTMLImg
{
[default] dispinterface DispHTMLImg;
/* [source, default] dispinterface HTMLImgEvents; */
/* [source] dispinterface HTMLImgEvents2; */
WINE_HTMLDATAELEMENT_INTERFACES;
interface IHTMLControlElement;
interface IHTMLImgElement;
/* interface IHTMLImgElement2; */
/* interface IHTMLImgElement3; */
/* interface IHTMLImgElement4; */
/* interface IHTMLMSImgElement; */
}
/*****************************************************************************
* IHTMLXMLHttpRequest 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