ReactOS 0.4.15-dev-7842-g558ab78
IDocObjectService Interface Reference
Inheritance diagram for IDocObjectService:
Collaboration diagram for IDocObjectService:

Public Member Functions

HRESULT FireBeforeNavigate2 ([in] IDispatch *pDispatch, [in] LPCWSTR lpszUrl, [in] DWORD dwFlags, [in] LPCWSTR lpszFrameName, [in] BYTE *pPostData, [in] DWORD cbPostData, [in] LPCWSTR lpszHeaders, [in] BOOL fPlayNavSound, [out] BOOL *pfCancel)
 
HRESULT FireNavigateComplete2 ([in] IHTMLWindow2 *pHTMLWindow2, [in] DWORD dwFlags)
 
HRESULT FireDownloadBegin (void)
 
HRESULT FireDownloadComplete (void)
 
HRESULT FireDocumentComplete ([in] IHTMLWindow2 *pHTMLWindow, [in] DWORD dwFlags)
 
HRESULT UpdateDesktopComponent ([in] IHTMLWindow2 *pHTMLWindow)
 
HRESULT GetPendingUrl ([out] BSTR *pbstrPendingUrl)
 
HRESULT ActiveElementChanged ([in] IHTMLElement *pHTMLElement)
 
HRESULT GetUrlSearchComponent ([out] BSTR *pbstrSearch)
 
HRESULT IsErrorUrl ([in] LPCWSTR lpszUrl, [out] BOOL *pfIsError)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 27 of file docobjectservice.idl.

Member Function Documentation

◆ ActiveElementChanged()

HRESULT IDocObjectService::ActiveElementChanged ( [in] IHTMLElement *  pHTMLElement)

◆ FireBeforeNavigate2()

HRESULT IDocObjectService::FireBeforeNavigate2 ( [in] IDispatch pDispatch,
[in] LPCWSTR  lpszUrl,
[in] DWORD  dwFlags,
[in] LPCWSTR  lpszFrameName,
[in] BYTE pPostData,
[in] DWORD  cbPostData,
[in] LPCWSTR  lpszHeaders,
[in] BOOL  fPlayNavSound,
[out] BOOL pfCancel 
)

◆ FireDocumentComplete()

HRESULT IDocObjectService::FireDocumentComplete ( [in] IHTMLWindow2 pHTMLWindow,
[in] DWORD  dwFlags 
)

◆ FireDownloadBegin()

HRESULT IDocObjectService::FireDownloadBegin ( void  )

◆ FireDownloadComplete()

HRESULT IDocObjectService::FireDownloadComplete ( void  )

◆ FireNavigateComplete2()

HRESULT IDocObjectService::FireNavigateComplete2 ( [in] IHTMLWindow2 pHTMLWindow2,
[in] DWORD  dwFlags 
)

◆ GetPendingUrl()

HRESULT IDocObjectService::GetPendingUrl ( [out] BSTR pbstrPendingUrl)

◆ GetUrlSearchComponent()

HRESULT IDocObjectService::GetUrlSearchComponent ( [out] BSTR pbstrSearch)

◆ IsErrorUrl()

HRESULT IDocObjectService::IsErrorUrl ( [in] LPCWSTR  lpszUrl,
[out] BOOL pfIsError 
)

◆ UpdateDesktopComponent()

HRESULT IDocObjectService::UpdateDesktopComponent ( [in] IHTMLWindow2 pHTMLWindow)

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