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

ie.c File Reference
#include "wine/debug.h"
#include "shdocvw.h"

Go to the source code of this file.

Defines

#define WEBBROWSER_THIS(iface)   DEFINE_THIS(InternetExplorer, WebBrowser2, iface)

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (shdocvw)
static HRESULT WINAPI InternetExplorer_QueryInterface (IWebBrowser2 *iface, REFIID riid, LPVOID *ppv)
static ULONG WINAPI InternetExplorer_AddRef (IWebBrowser2 *iface)
static ULONG WINAPI InternetExplorer_Release (IWebBrowser2 *iface)
static HRESULT WINAPI InternetExplorer_GetTypeInfoCount (IWebBrowser2 *iface, UINT *pctinfo)
static HRESULT WINAPI InternetExplorer_GetTypeInfo (IWebBrowser2 *iface, UINT iTInfo, LCID lcid, LPTYPEINFO *ppTInfo)
static HRESULT WINAPI InternetExplorer_GetIDsOfNames (IWebBrowser2 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId)
static HRESULT WINAPI InternetExplorer_Invoke (IWebBrowser2 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExepInfo, UINT *puArgErr)
static HRESULT WINAPI InternetExplorer_GoBack (IWebBrowser2 *iface)
static HRESULT WINAPI InternetExplorer_GoForward (IWebBrowser2 *iface)
static HRESULT WINAPI InternetExplorer_GoHome (IWebBrowser2 *iface)
static HRESULT WINAPI InternetExplorer_GoSearch (IWebBrowser2 *iface)
static HRESULT WINAPI InternetExplorer_Navigate (IWebBrowser2 *iface, BSTR szUrl, VARIANT *Flags, VARIANT *TargetFrameName, VARIANT *PostData, VARIANT *Headers)
static HRESULT WINAPI InternetExplorer_Refresh (IWebBrowser2 *iface)
static HRESULT WINAPI InternetExplorer_Refresh2 (IWebBrowser2 *iface, VARIANT *Level)
static HRESULT WINAPI InternetExplorer_Stop (IWebBrowser2 *iface)
static HRESULT WINAPI InternetExplorer_get_Application (IWebBrowser2 *iface, IDispatch **ppDisp)
static HRESULT WINAPI InternetExplorer_get_Parent (IWebBrowser2 *iface, IDispatch **ppDisp)
static HRESULT WINAPI InternetExplorer_get_Container (IWebBrowser2 *iface, IDispatch **ppDisp)
static HRESULT WINAPI InternetExplorer_get_Document (IWebBrowser2 *iface, IDispatch **ppDisp)
static HRESULT WINAPI InternetExplorer_get_TopLevelContainer (IWebBrowser2 *iface, VARIANT_BOOL *pBool)
static HRESULT WINAPI InternetExplorer_get_Type (IWebBrowser2 *iface, BSTR *Type)
static HRESULT WINAPI InternetExplorer_get_Left (IWebBrowser2 *iface, LONG *pl)
static HRESULT WINAPI InternetExplorer_put_Left (IWebBrowser2 *iface, LONG Left)
static HRESULT WINAPI InternetExplorer_get_Top (IWebBrowser2 *iface, LONG *pl)
static HRESULT WINAPI InternetExplorer_put_Top (IWebBrowser2 *iface, LONG Top)
static HRESULT WINAPI InternetExplorer_get_Width (IWebBrowser2 *iface, LONG *pl)
static HRESULT WINAPI InternetExplorer_put_Width (IWebBrowser2 *iface, LONG Width)
static HRESULT WINAPI InternetExplorer_get_Height (IWebBrowser2 *iface, LONG *pl)
static HRESULT WINAPI InternetExplorer_put_Height (IWebBrowser2 *iface, LONG Height)
static HRESULT WINAPI InternetExplorer_get_LocationName (IWebBrowser2 *iface, BSTR *LocationName)
static HRESULT WINAPI InternetExplorer_get_LocationURL (IWebBrowser2 *iface, BSTR *LocationURL)
static HRESULT WINAPI InternetExplorer_get_Busy (IWebBrowser2 *iface, VARIANT_BOOL *pBool)
static HRESULT WINAPI InternetExplorer_Quit (IWebBrowser2 *iface)
static HRESULT WINAPI InternetExplorer_ClientToWindow (IWebBrowser2 *iface, int *pcx, int *pcy)
static HRESULT WINAPI InternetExplorer_PutProperty (IWebBrowser2 *iface, BSTR szProperty, VARIANT vtValue)
static HRESULT WINAPI InternetExplorer_GetProperty (IWebBrowser2 *iface, BSTR szProperty, VARIANT *pvtValue)
static HRESULT WINAPI InternetExplorer_get_Name (IWebBrowser2 *iface, BSTR *Name)
static HRESULT WINAPI InternetExplorer_get_HWND (IWebBrowser2 *iface, LONG *pHWND)
static HRESULT WINAPI InternetExplorer_get_FullName (IWebBrowser2 *iface, BSTR *FullName)
static HRESULT WINAPI InternetExplorer_get_Path (IWebBrowser2 *iface, BSTR *Path)
static HRESULT WINAPI InternetExplorer_get_Visible (IWebBrowser2 *iface, VARIANT_BOOL *pBool)
static HRESULT WINAPI InternetExplorer_put_Visible (IWebBrowser2 *iface, VARIANT_BOOL Value)
static HRESULT WINAPI InternetExplorer_get_StatusBar (IWebBrowser2 *iface, VARIANT_BOOL *pBool)
static HRESULT WINAPI InternetExplorer_put_StatusBar (IWebBrowser2 *iface, VARIANT_BOOL Value)
static HRESULT WINAPI InternetExplorer_get_StatusText (IWebBrowser2 *iface, BSTR *StatusText)
static HRESULT WINAPI InternetExplorer_put_StatusText (IWebBrowser2 *iface, BSTR StatusText)
static HRESULT WINAPI InternetExplorer_get_ToolBar (IWebBrowser2 *iface, int *Value)
static HRESULT WINAPI InternetExplorer_put_ToolBar (IWebBrowser2 *iface, int Value)
static HRESULT WINAPI InternetExplorer_get_MenuBar (IWebBrowser2 *iface, VARIANT_BOOL *Value)
static HRESULT WINAPI InternetExplorer_put_MenuBar (IWebBrowser2 *iface, VARIANT_BOOL Value)
static HRESULT WINAPI InternetExplorer_get_FullScreen (IWebBrowser2 *iface, VARIANT_BOOL *pbFullScreen)
static HRESULT WINAPI InternetExplorer_put_FullScreen (IWebBrowser2 *iface, VARIANT_BOOL bFullScreen)
static HRESULT WINAPI InternetExplorer_Navigate2 (IWebBrowser2 *iface, VARIANT *URL, VARIANT *Flags, VARIANT *TargetFrameName, VARIANT *PostData, VARIANT *Headers)
static HRESULT WINAPI InternetExplorer_QueryStatusWB (IWebBrowser2 *iface, OLECMDID cmdID, OLECMDF *pcmdf)
static HRESULT WINAPI InternetExplorer_ExecWB (IWebBrowser2 *iface, OLECMDID cmdID, OLECMDEXECOPT cmdexecopt, VARIANT *pvaIn, VARIANT *pvaOut)
static HRESULT WINAPI InternetExplorer_ShowBrowserBar (IWebBrowser2 *iface, VARIANT *pvaClsid, VARIANT *pvarShow, VARIANT *pvarSize)
static HRESULT WINAPI InternetExplorer_get_ReadyState (IWebBrowser2 *iface, READYSTATE *lpReadyState)
static HRESULT WINAPI InternetExplorer_get_Offline (IWebBrowser2 *iface, VARIANT_BOOL *pbOffline)
static HRESULT WINAPI InternetExplorer_put_Offline (IWebBrowser2 *iface, VARIANT_BOOL bOffline)
static HRESULT WINAPI InternetExplorer_get_Silent (IWebBrowser2 *iface, VARIANT_BOOL *pbSilent)
static HRESULT WINAPI InternetExplorer_put_Silent (IWebBrowser2 *iface, VARIANT_BOOL bSilent)
static HRESULT WINAPI InternetExplorer_get_RegisterAsBrowser (IWebBrowser2 *iface, VARIANT_BOOL *pbRegister)
static HRESULT WINAPI InternetExplorer_put_RegisterAsBrowser (IWebBrowser2 *iface, VARIANT_BOOL bRegister)
static HRESULT WINAPI InternetExplorer_get_RegisterAsDropTarget (IWebBrowser2 *iface, VARIANT_BOOL *pbRegister)
static HRESULT WINAPI InternetExplorer_put_RegisterAsDropTarget (IWebBrowser2 *iface, VARIANT_BOOL bRegister)
static HRESULT WINAPI InternetExplorer_get_TheaterMode (IWebBrowser2 *iface, VARIANT_BOOL *pbRegister)
static HRESULT WINAPI InternetExplorer_put_TheaterMode (IWebBrowser2 *iface, VARIANT_BOOL bRegister)
static HRESULT WINAPI InternetExplorer_get_AddressBar (IWebBrowser2 *iface, VARIANT_BOOL *Value)
static HRESULT WINAPI InternetExplorer_put_AddressBar (IWebBrowser2 *iface, VARIANT_BOOL Value)
static HRESULT WINAPI InternetExplorer_get_Resizable (IWebBrowser2 *iface, VARIANT_BOOL *Value)
static HRESULT WINAPI InternetExplorer_put_Resizable (IWebBrowser2 *iface, VARIANT_BOOL Value)
void InternetExplorer_WebBrowser_Init (InternetExplorer *This)

Variables

static const IWebBrowser2Vtbl InternetExplorerVtbl

Generated on Sun May 27 2012 05:18:06 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.