Data Structures |
| struct | HTMLAnchorElement |
Defines |
| #define | COBJMACROS |
| #define | HTMLANCHOR(x) (&(x)->lpHTMLAnchorElementVtbl) |
| #define | HTMLANCHOR_THIS(iface) DEFINE_THIS(HTMLAnchorElement, HTMLAnchorElement, iface) |
| #define | HTMLANCHOR_NODE_THIS(iface) DEFINE_THIS2(HTMLAnchorElement, element.node, iface) |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (mshtml) |
| static HRESULT WINAPI | HTMLAnchorElement_QueryInterface (IHTMLAnchorElement *iface, REFIID riid, void **ppv) |
| static ULONG WINAPI | HTMLAnchorElement_AddRef (IHTMLAnchorElement *iface) |
| static ULONG WINAPI | HTMLAnchorElement_Release (IHTMLAnchorElement *iface) |
| static HRESULT WINAPI | HTMLAnchorElement_GetTypeInfoCount (IHTMLAnchorElement *iface, UINT *pctinfo) |
| static HRESULT WINAPI | HTMLAnchorElement_GetTypeInfo (IHTMLAnchorElement *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
| static HRESULT WINAPI | HTMLAnchorElement_GetIDsOfNames (IHTMLAnchorElement *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
| static HRESULT WINAPI | HTMLAnchorElement_Invoke (IHTMLAnchorElement *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| static HRESULT WINAPI | HTMLAnchorElement_put_href (IHTMLAnchorElement *iface, BSTR v) |
| static HRESULT WINAPI | HTMLAnchorElement_get_href (IHTMLAnchorElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLAnchorElement_put_target (IHTMLAnchorElement *iface, BSTR v) |
| static HRESULT WINAPI | HTMLAnchorElement_get_target (IHTMLAnchorElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLAnchorElement_put_rel (IHTMLAnchorElement *iface, BSTR v) |
| static HRESULT WINAPI | HTMLAnchorElement_get_rel (IHTMLAnchorElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLAnchorElement_put_rev (IHTMLAnchorElement *iface, BSTR v) |
| static HRESULT WINAPI | HTMLAnchorElement_get_rev (IHTMLAnchorElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLAnchorElement_put_urn (IHTMLAnchorElement *iface, BSTR v) |
| static HRESULT WINAPI | HTMLAnchorElement_get_urn (IHTMLAnchorElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLAnchorElement_put_Methods (IHTMLAnchorElement *iface, BSTR v) |
| static HRESULT WINAPI | HTMLAnchorElement_get_Methods (IHTMLAnchorElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLAnchorElement_put_name (IHTMLAnchorElement *iface, BSTR v) |
| static HRESULT WINAPI | HTMLAnchorElement_get_name (IHTMLAnchorElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLAnchorElement_put_host (IHTMLAnchorElement *iface, BSTR v) |
| static HRESULT WINAPI | HTMLAnchorElement_get_host (IHTMLAnchorElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLAnchorElement_put_hostname (IHTMLAnchorElement *iface, BSTR v) |
| static HRESULT WINAPI | HTMLAnchorElement_get_hostname (IHTMLAnchorElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLAnchorElement_put_pathname (IHTMLAnchorElement *iface, BSTR v) |
| static HRESULT WINAPI | HTMLAnchorElement_get_pathname (IHTMLAnchorElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLAnchorElement_put_port (IHTMLAnchorElement *iface, BSTR v) |
| static HRESULT WINAPI | HTMLAnchorElement_get_port (IHTMLAnchorElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLAnchorElement_put_protocol (IHTMLAnchorElement *iface, BSTR v) |
| static HRESULT WINAPI | HTMLAnchorElement_get_protocol (IHTMLAnchorElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLAnchorElement_put_search (IHTMLAnchorElement *iface, BSTR v) |
| static HRESULT WINAPI | HTMLAnchorElement_get_search (IHTMLAnchorElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLAnchorElement_put_hash (IHTMLAnchorElement *iface, BSTR v) |
| static HRESULT WINAPI | HTMLAnchorElement_get_hash (IHTMLAnchorElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLAnchorElement_put_onblur (IHTMLAnchorElement *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLAnchorElement_get_onblur (IHTMLAnchorElement *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLAnchorElement_put_onfocus (IHTMLAnchorElement *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLAnchorElement_get_onfocus (IHTMLAnchorElement *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLAnchorElement_put_accessKey (IHTMLAnchorElement *iface, BSTR v) |
| static HRESULT WINAPI | HTMLAnchorElement_get_accessKey (IHTMLAnchorElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLAnchorElement_get_protocolLong (IHTMLAnchorElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLAnchorElement_get_mimeType (IHTMLAnchorElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLAnchorElement_get_nameProp (IHTMLAnchorElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLAnchorElement_put_tabIndex (IHTMLAnchorElement *iface, short v) |
| static HRESULT WINAPI | HTMLAnchorElement_get_tabIndex (IHTMLAnchorElement *iface, short *p) |
| static HRESULT WINAPI | HTMLAnchorElement_focus (IHTMLAnchorElement *iface) |
| static HRESULT WINAPI | HTMLAnchorElement_blur (IHTMLAnchorElement *iface) |
| static HRESULT | HTMLAnchorElement_QI (HTMLDOMNode *iface, REFIID riid, void **ppv) |
| static void | HTMLAnchorElement_destructor (HTMLDOMNode *iface) |
| HTMLElement * | HTMLAnchorElement_Create (HTMLDocumentNode *doc, nsIDOMHTMLElement *nselem) |
Variables |
| static const IHTMLAnchorElementVtbl | HTMLAnchorElementVtbl |
| static const NodeImplVtbl | HTMLAnchorElementImplVtbl |
| static const tid_t | HTMLAnchorElement_iface_tids [] |
| static dispex_static_data_t | HTMLAnchorElement_dispex |