FireDocumentComplete method
Deprecated. Causes the browser to fire the DISPID_DOWNLOADCOMPLETE event.
Syntax
HRESULT retVal = object.FireDocumentComplete(pHTMLWindow, dwFlags);
Parameters
pHTMLWindow [in]
Type: IHTMLWindow2A pointer to the IHTMLWindow2 interface for the event.
dwFlags [in]
Type: DWORDApplicable flags for the event.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
IDocObjectService::FireDocumentComplete was introduced in Microsoft Internet Explorer 6.