ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

htmllocation.c File Reference
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winreg.h"
#include "ole2.h"
#include "wininet.h"
#include "shlwapi.h"
#include "wine/debug.h"
#include "mshtml_private.h"
#include "resource.h"

Go to the source code of this file.

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

Generated on Sun May 27 2012 05:13:34 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.