FireDocumentComplete method

Deprecated. Causes the browser to fire the DISPID_DOWNLOADCOMPLETE event.

Syntax


HRESULT retVal = object.FireDocumentComplete(pHTMLWindow, dwFlags);

Parameters

pHTMLWindow [in]

Type: IHTMLWindow2

A pointer to the IHTMLWindow2 interface for the event.

dwFlags [in]

Type: DWORD

Applicable 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.

 

 

Show: