ReactOS 0.4.15-dev-7924-g5949c20
SHDocVw::IWebBrowserApp Interface Reference
Inheritance diagram for SHDocVw::IWebBrowserApp:
Collaboration diagram for SHDocVw::IWebBrowserApp:

Public Member Functions

HRESULT Quit ()
 
HRESULT ClientToWindow ([in, out] int *pcx, [in, out] int *pcy)
 
HRESULT PutProperty ([in] BSTR Property, [in] VARIANT vtValue)
 
HRESULT GetProperty ([in] BSTR Property, [out, retval] VARIANT *pvtValue)
 
- Public Member Functions inherited from SHDocVw::IWebBrowser
HRESULT GoBack ()
 
HRESULT GoForward ()
 
HRESULT GoHome ()
 
HRESULT GoSearch ()
 
HRESULT Navigate ([in] BSTR URL, [in, optional] VARIANT *Flags, [in, optional] VARIANT *TargetFrameName, [in, optional] VARIANT *PostData, [in, optional] VARIANT *Headers)
 
HRESULT Refresh ()
 
HRESULT Refresh2 ([in, optional] VARIANT *Level)
 
HRESULT Stop ()
 
- Public Member Functions inherited from IDispatch
HRESULT GetTypeInfoCount ([out] UINT *pctinfo)
 
HRESULT GetTypeInfo ([in] UINT iTInfo, [in] LCID lcid, [out] ITypeInfo **ppTInfo)
 
HRESULT GetIDsOfNames ([in] REFIID riid, [in, size_is(cNames)] LPOLESTR *rgszNames, [in] UINT cNames, [in] LCID lcid, [out, size_is(cNames)] DISPID *rgDispId)
 
HRESULT Invoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] WORD wFlags, [in, out] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *puArgErr)
 
HRESULT RemoteInvoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] DWORD dwFlags, [in] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *pArgErr, [in] UINT cVarRef, [in, size_is(cVarRef)] UINT *rgVarRefIdx, [in, out, size_is(cVarRef)] VARIANTARG *rgVarRef)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Properties

BSTR Name [get]
 
SHANDLE_PTR HWND [get]
 
BSTR FullName [get]
 
BSTR Path [get]
 
VARIANT_BOOL Visible [get, set]
 
VARIANT_BOOL StatusBar [get, set]
 
BSTR StatusText [get, set]
 
int ToolBar [get, set]
 
VARIANT_BOOL MenuBar [get, set]
 
VARIANT_BOOL FullScreen [get, set]
 
- Properties inherited from SHDocVw::IWebBrowser
IDispatch Application [get]
 
IDispatch Parent [get]
 
IDispatch Container [get]
 
IDispatch Document [get]
 
VARIANT_BOOL TopLevelContainer [get]
 
BSTR Type [get]
 
long Left [get, set]
 
long Top [get, set]
 
long Width [get, set]
 
long Height [get, set]
 
BSTR LocationName [get]
 
BSTR LocationURL [get]
 
VARIANT_BOOL Busy [get]
 

Additional Inherited Members

- Public Types inherited from SHDocVw::IWebBrowser
enum  BrowserNavConstants {
  navOpenInNewWindow = 0x1 , navNoHistory = 0x2 , navNoReadFromCache = 0x4 , navNoWriteToCache = 0x8 ,
  navAllowAutosearch = 0x10 , navBrowserBar = 0x20 , navHyperlink = 0x40 , navEnforceRestricted = 0x80
}
 
enum  RefreshConstants { REFRESH_NORMAL = 0 , REFRESH_IFEXPIRED = 1 , REFRESH_COMPLETELY = 3 }
 
typedef enum SHDocVw::IWebBrowser::BrowserNavConstants BrowserNavConstants
 
typedef enum SHDocVw::IWebBrowser::RefreshConstants RefreshConstants
 
- Public Types inherited from IDispatch
typedef IDispatchLPDISPATCH
 
- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 
- Public Attributes inherited from IDispatch
const DISPID DISPID_UNKNOWN = -1
 
const DISPID DISPID_VALUE = 0
 
const DISPID DISPID_PROPERTYPUT = -3
 
const DISPID DISPID_NEWENUM = -4
 
const DISPID DISPID_EVALUATE = -5
 
const DISPID DISPID_CONSTRUCTOR = -6
 
const DISPID DISPID_DESTRUCTOR = -7
 
const DISPID DISPID_COLLECT = -8
 

Detailed Description

Definition at line 226 of file exdisp.idl.

Member Function Documentation

◆ ClientToWindow()

HRESULT SHDocVw::IWebBrowserApp::ClientToWindow ( [in, out] int pcx,
[in, out] int pcy 
)

◆ GetProperty()

HRESULT SHDocVw::IWebBrowserApp::GetProperty ( [in] BSTR  Property,
[out, retval] VARIANT pvtValue 
)

◆ PutProperty()

HRESULT SHDocVw::IWebBrowserApp::PutProperty ( [in] BSTR  Property,
[in] VARIANT  vtValue 
)

◆ Quit()

HRESULT SHDocVw::IWebBrowserApp::Quit ( )

Property Documentation

◆ FullName

BSTR SHDocVw::IWebBrowserApp::FullName
get

◆ FullScreen

VARIANT_BOOL SHDocVw::IWebBrowserApp::FullScreen
getset

◆ HWND

SHANDLE_PTR SHDocVw::IWebBrowserApp::HWND
get

◆ MenuBar

VARIANT_BOOL SHDocVw::IWebBrowserApp::MenuBar
getset

◆ Name

BSTR SHDocVw::IWebBrowserApp::Name
get

◆ Path

BSTR SHDocVw::IWebBrowserApp::Path
get

◆ StatusBar

VARIANT_BOOL SHDocVw::IWebBrowserApp::StatusBar
getset

◆ StatusText

BSTR SHDocVw::IWebBrowserApp::StatusText
getset

◆ ToolBar

int SHDocVw::IWebBrowserApp::ToolBar
getset

◆ Visible

VARIANT_BOOL SHDocVw::IWebBrowserApp::Visible
getset

The documentation for this interface was generated from the following file: