Jacek Caban : mshtml.idl: Added IHTMLGenericElement declaration.
Module: wine Branch: master Commit: bb1190a8325141702ed274f743c370f187798fa8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bb1190a8325141702ed274f743... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Thu Jun 19 16:12:18 2008 -0500 mshtml.idl: Added IHTMLGenericElement declaration. --- include/mshtml.idl | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/include/mshtml.idl b/include/mshtml.idl index bc76ad8..594c996 100644 --- a/include/mshtml.idl +++ b/include/mshtml.idl @@ -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 */ [
participants (1)
-
Alexandre Julliard