IOleControlNavigation2::GetNavigationRectCount (Windows CE 5.0)

Send Feedback

The browser calls this method to determine how many navigation rectangles exist in the Navigation control.

HRESULT GetNavigationRectCount(  DWORD __RPC_FAR* rectCount); 

Parameters

  • rectCount
    [out] The number of navigation rectangles in the control.

Return Values

Returns one of the following values:

  • S_OK indicates success.
  • S_FALSE indicates an unspecified error.
  • E_OUTOFMEMORY indicates that the call could not complete due to lack of resources.

Remarks

This method is not called if the navigation control is responsible for navigation.

Requirements

OS Versions: Windows CE .NET 4.1 and later.
Header: Mshtml.h, Mshtmhst.idl.
Link Library: Mshtml.dll.

See Also

IOleControlNavigation2:IUnknown

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.