DWebBrowserEvents2::DocumentComplete
Send FeedbackThe DocumentComplete event method fires when a document has been completely loaded and initialized.
Syntax
void DocumentComplete( IDispatch* pDisp, VARIANT* pvtURL );
Parameters
- pDisp
- Pointer to the IDispatch interface of the window or frame in which the document has loaded.
- pvtURL
- Pointer to a VARIANT structure of type VT_BSTR that specifies the URL of the loaded document.
Return Values
None.
Event DISPID
DISPID_DOCUMENTCOMPLETE
The DISPID for this event is defined in piedocvw.h. Use this value to identify the event handler when implementing IDispatch::Invoke.
Requirements
Pocket PC: Windows Mobile Version 5.0 and later
Smartphone: Windows Mobile Version 5.0 and later
OS Versions: Windows CE 5.01 and later
Header: piedocvw.h
Library: piedocvw.lib
See Also
DWebBrowserEvents2 | IWebBrowser2::Navigate | IWebBrowser2::Navigate2 | READYSTATE
Send Feedback on this topic to the authors
© 2006 Microsoft Corporation. All rights reserved.
Show: