다음을 통해 공유


_DPIEWebBrowserEvents2::DocumentComplete (Windows CE 5.0)

Send Feedback

The DocumentComplete event method fires when a document has been completely loaded and initialized.

Syntax

void DocumentComplete (  IDispatch* pdisp,  VARIANT* pvtURL);

Parameters

  • pdisp
    [in] Reference to the IDispatch interface of the window or frame object in which the document as been loaded.
  • pvtURL
    [in] Reference to a Windows CE VARIANT structure that specifies the URL, Universal Naming Convention (UNC) file name, or pointer to an item identifier list (PIDL) of the loaded document.

Return Values

None.

Remarks

In pages with no frames, this event fires once after loading is complete.

In pages where multiple frames are loaded, the DocumentComplete event method fires for each frame where the _DPIEWebBrowserEvents2::DownloadBegin event method has fired. When all the document frames have loaded, the final DocumentComplete event method fires.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: webvw.h
Library: wvuuid.lib

See Also

_DPIEWebBrowserEvents2

_DPIEWebBrowserEvents2::DownloadBegin

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.