FireNavigateComplete2 method
Deprecated. Causes the browser to fire the DISPID_NAVIGATECOMPLETE event.
Syntax
HRESULT retVal = object.FireNavigateComplete2(pHTMLWindow2, dwFlags);
Parameters
- pHTMLWindow2 [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::FireNavigateComplete2 was introduced in Microsoft Internet Explorer 6.
Show: