mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
mshtml.idl: Added IHTMLObjectElement2 declaration.
This commit is contained in:
parent
d0be36213a
commit
ab51e119b5
@ -15850,6 +15850,36 @@ interface IHTMLObjectElement : IDispatch
|
||||
HRESULT hspace([retval, out] long *p);
|
||||
}
|
||||
|
||||
/*****************************************************************************
|
||||
* IHTMLObjectElement2 interface
|
||||
*/
|
||||
[
|
||||
odl,
|
||||
oleautomation,
|
||||
dual,
|
||||
uuid(3050f4cd-98b5-11cf-bb82-00aa00bdce0b)
|
||||
]
|
||||
interface IHTMLObjectElement2 : IDispatch
|
||||
{
|
||||
[id(DISPID_IHTMLOBJECTELEMENT2_NAMEDRECORDSET)]
|
||||
HRESULT namedRecordset(
|
||||
[in] BSTR dataMember,
|
||||
[in, optional] VARIANT *hierarchy,
|
||||
[out, retval] IDispatch **ppRecordset);
|
||||
|
||||
[propput, id(DISPID_IHTMLOBJECTELEMENT2_CLASSID), hidden]
|
||||
HRESULT classid([in] BSTR v);
|
||||
|
||||
[propget, id(DISPID_IHTMLOBJECTELEMENT2_CLASSID), hidden]
|
||||
HRESULT classid([out, retval] BSTR *p);
|
||||
|
||||
[propput, id(DISPID_IHTMLOBJECTELEMENT2_DATA), hidden]
|
||||
HRESULT data([in] BSTR v);
|
||||
|
||||
[propget, id(DISPID_IHTMLOBJECTELEMENT2_DATA), hidden]
|
||||
HRESULT data([out, retval] BSTR *p);
|
||||
}
|
||||
|
||||
/*****************************************************************************
|
||||
* IHTMLParamElement interface
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user