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

mshtml.idl: Added IHTMLGenericElement declaration.

parent 8c9a7998
...@@ -3358,6 +3358,27 @@ interface IHTMLElement2 : IDispatch ...@@ -3358,6 +3358,27 @@ interface IHTMLElement2 : IDispatch
} }
/***************************************************************************** /*****************************************************************************
* IHTMLGenericElement interface
*/
[
odl,
oleautomation,
dual,
uuid(3050f4b7-98b5-11cf-bb82-00aa00bdce0b)
]
interface IHTMLGenericElement : IDispatch
{
[propget, id(DISPID_IHTMLGENERICELEMENT_RECORDSET), hidden]
HRESULT recordset([out, retval] IDispatch **p);
[id(DISPID_IHTMLGENERICELEMENT_NAMEDRECORDSET)]
HRESULT namedRecordset(
[in] BSTR dataMember,
[in, optional] VARIANT *hierarchy,
[out, retval] IDispatch **ppRecordset);
}
/*****************************************************************************
* DispHTMLGenericElement dispinterface * DispHTMLGenericElement 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