IWebApplicationNavigationEvents::DocumentComplete method (webapplication.h)

Fired when the document being navigated to reaches ReadyState_Complete.

Syntax

HRESULT DocumentComplete(
  [in] IHTMLWindow2 *htmlWindow,
  [in] LPCWSTR      url
);

Parameters

[in] htmlWindow

Type: IHTMLWindow2*

The window or frame in which the document is loaded.

[in] url

Type: LPCWSTR

The URL of the document.

Return value

Type: HRESULT

Ignored by the host. If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header webapplication.h

See also

IWebApplicationNavigationEvents