Defines |
| #define | COBJMACROS |
| #define | HTMLDOC5_THIS(iface) DEFINE_THIS(HTMLDocument, HTMLDocument5, iface) |
| #define | HTMLDOC6_THIS(iface) DEFINE_THIS(HTMLDocument, HTMLDocument6, iface) |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (mshtml) |
| static HRESULT WINAPI | HTMLDocument5_QueryInterface (IHTMLDocument5 *iface, REFIID riid, void **ppv) |
| static ULONG WINAPI | HTMLDocument5_AddRef (IHTMLDocument5 *iface) |
| static ULONG WINAPI | HTMLDocument5_Release (IHTMLDocument5 *iface) |
| static HRESULT WINAPI | HTMLDocument5_GetTypeInfoCount (IHTMLDocument5 *iface, UINT *pctinfo) |
| static HRESULT WINAPI | HTMLDocument5_GetTypeInfo (IHTMLDocument5 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
| static HRESULT WINAPI | HTMLDocument5_GetIDsOfNames (IHTMLDocument5 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
| static HRESULT WINAPI | HTMLDocument5_Invoke (IHTMLDocument5 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| static HRESULT WINAPI | HTMLDocument5_put_onmousewheel (IHTMLDocument5 *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLDocument5_get_onmousewheel (IHTMLDocument5 *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLDocument5_get_doctype (IHTMLDocument5 *iface, IHTMLDOMNode **p) |
| static HRESULT WINAPI | HTMLDocument5_get_implementation (IHTMLDocument5 *iface, IHTMLDOMImplementation **p) |
| static HRESULT WINAPI | HTMLDocument5_createAttribute (IHTMLDocument5 *iface, BSTR bstrattrName, IHTMLDOMAttribute **ppattribute) |
| static HRESULT WINAPI | HTMLDocument5_createComment (IHTMLDocument5 *iface, BSTR bstrdata, IHTMLDOMNode **ppRetNode) |
| static HRESULT WINAPI | HTMLDocument5_put_onfocusin (IHTMLDocument5 *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLDocument5_get_onfocusin (IHTMLDocument5 *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLDocument5_put_onfocusout (IHTMLDocument5 *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLDocument5_get_onfocusout (IHTMLDocument5 *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLDocument5_put_onactivate (IHTMLDocument5 *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLDocument5_get_onactivate (IHTMLDocument5 *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLDocument5_put_ondeactivate (IHTMLDocument5 *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLDocument5_get_ondeactivate (IHTMLDocument5 *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLDocument5_put_onbeforeactivate (IHTMLDocument5 *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLDocument5_get_onbeforeactivate (IHTMLDocument5 *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLDocument5_put_onbeforedeactivate (IHTMLDocument5 *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLDocument5_get_onbeforedeactivate (IHTMLDocument5 *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLDocument5_get_compatMode (IHTMLDocument5 *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLDocument6_QueryInterface (IHTMLDocument6 *iface, REFIID riid, void **ppv) |
| static ULONG WINAPI | HTMLDocument6_AddRef (IHTMLDocument6 *iface) |
| static ULONG WINAPI | HTMLDocument6_Release (IHTMLDocument6 *iface) |
| static HRESULT WINAPI | HTMLDocument6_GetTypeInfoCount (IHTMLDocument6 *iface, UINT *pctinfo) |
| static HRESULT WINAPI | HTMLDocument6_GetTypeInfo (IHTMLDocument6 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
| static HRESULT WINAPI | HTMLDocument6_GetIDsOfNames (IHTMLDocument6 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
| static HRESULT WINAPI | HTMLDocument6_Invoke (IHTMLDocument6 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| static HRESULT WINAPI | HTMLDocument6_get_compatible (IHTMLDocument6 *iface, IHTMLDocumentCompatibleInfoCollection **p) |
| static HRESULT WINAPI | HTMLDocument6_get_documentMode (IHTMLDocument6 *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLDocument6_get_onstorage (IHTMLDocument6 *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLDocument6_put_onstorage (IHTMLDocument6 *iface, VARIANT p) |
| static HRESULT WINAPI | HTMLDocument6_get_onstoragecommit (IHTMLDocument6 *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLDocument6_put_onstoragecommit (IHTMLDocument6 *iface, VARIANT p) |
| static HRESULT WINAPI | HTMLDocument6_getElementById (IHTMLDocument6 *iface, BSTR bstrId, IHTMLElement2 **p) |
| static HRESULT WINAPI | HTMLDocument6_updateSettings (IHTMLDocument6 *iface) |
| void | HTMLDocument_HTMLDocument5_Init (HTMLDocument *This) |
Variables |
| static const IHTMLDocument5Vtbl | HTMLDocument5Vtbl |
| static const IHTMLDocument6Vtbl | HTMLDocument6Vtbl |