IOleControlNavigation2AdviseSink::OnNavigationStatusChange (Windows Embedded CE 6.0)

1/6/2010

The navigation control calls this method to notify the browser when there is a change in its ability to accept or maintain the focus.

Syntax

virtual HRESULT STDMETHODCALLTYPE OnNavigationStatusChange( 
  DWORD navigationStatus
);

Parameters

  • navigationStatus
    [in] Control passes NAV_STATUS_CANNAVIGATENOW to indicate that it is now able to accept the focus, otherwise this parameter should be zero.

Return Value

S_OK indicates success.

Remarks

If the navigation control has previously set the flag NAV_CONTROLREQUESTSWAITFORNAVIGATIONSTATUS in GetControlNavigationCapabilities it must call this method to tell the browser to proceed with laying out and rendering the control.

This method is only called when the control is responsible for navigation.

Requirements

Header mshtmhst.idl, mshtml.h
Library mshtml.dll
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

IOleControlNavigation2AdviseSink