Defines |
| #define | COBJMACROS |
| #define | HTMLLOCATION_THIS(iface) DEFINE_THIS(HTMLLocation, HTMLLocation, iface) |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (mshtml) |
| static HRESULT | get_url (HTMLLocation *This, const WCHAR **ret) |
| static HRESULT | get_url_components (HTMLLocation *This, URL_COMPONENTSW *url) |
| static HRESULT WINAPI | HTMLLocation_QueryInterface (IHTMLLocation *iface, REFIID riid, void **ppv) |
| static ULONG WINAPI | HTMLLocation_AddRef (IHTMLLocation *iface) |
| static ULONG WINAPI | HTMLLocation_Release (IHTMLLocation *iface) |
| static HRESULT WINAPI | HTMLLocation_GetTypeInfoCount (IHTMLLocation *iface, UINT *pctinfo) |
| static HRESULT WINAPI | HTMLLocation_GetTypeInfo (IHTMLLocation *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
| static HRESULT WINAPI | HTMLLocation_GetIDsOfNames (IHTMLLocation *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
| static HRESULT WINAPI | HTMLLocation_Invoke (IHTMLLocation *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| static HRESULT WINAPI | HTMLLocation_put_href (IHTMLLocation *iface, BSTR v) |
| static HRESULT WINAPI | HTMLLocation_get_href (IHTMLLocation *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLLocation_put_protocol (IHTMLLocation *iface, BSTR v) |
| static HRESULT WINAPI | HTMLLocation_get_protocol (IHTMLLocation *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLLocation_put_host (IHTMLLocation *iface, BSTR v) |
| static HRESULT WINAPI | HTMLLocation_get_host (IHTMLLocation *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLLocation_put_hostname (IHTMLLocation *iface, BSTR v) |
| static HRESULT WINAPI | HTMLLocation_get_hostname (IHTMLLocation *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLLocation_put_port (IHTMLLocation *iface, BSTR v) |
| static HRESULT WINAPI | HTMLLocation_get_port (IHTMLLocation *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLLocation_put_pathname (IHTMLLocation *iface, BSTR v) |
| static HRESULT WINAPI | HTMLLocation_get_pathname (IHTMLLocation *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLLocation_put_search (IHTMLLocation *iface, BSTR v) |
| static HRESULT WINAPI | HTMLLocation_get_search (IHTMLLocation *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLLocation_put_hash (IHTMLLocation *iface, BSTR v) |
| static HRESULT WINAPI | HTMLLocation_get_hash (IHTMLLocation *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLLocation_reload (IHTMLLocation *iface, VARIANT_BOOL flag) |
| static HRESULT WINAPI | HTMLLocation_replace (IHTMLLocation *iface, BSTR bstr) |
| static HRESULT WINAPI | HTMLLocation_assign (IHTMLLocation *iface, BSTR bstr) |
| static HRESULT WINAPI | HTMLLocation_toString (IHTMLLocation *iface, BSTR *String) |
| HRESULT | HTMLLocation_Create (HTMLWindow *window, HTMLLocation **ret) |
Variables |
| static const IHTMLLocationVtbl | HTMLLocationVtbl |
| static const tid_t | HTMLLocation_iface_tids [] |
| static dispex_static_data_t | HTMLLocation_dispex |