CDHtmlDialog::OnDocumentComplete

Called by the framework to notify an application when a document has achieved the READYSTATE_COMPLETE state.

virtual void OnDocumentComplete(
   LPDISPATCH pDisp,
   LPCTSTR szUrl 
);

Parameters

  • pDisp
    A pointer to an IDispatch object.

  • szUrl
    A pointer to a string containing the URL that was navigated to.

Requirements

Header: afxdhtml.h

See Also

Reference

CDHtmlDialog Class

Hierarchy Chart

CDHtmlDialog::OnNavigateComplete

Other Resources

CDHtmlDialog Members