IOleControlNavigation2::GetNavigationRects (Windows CE 5.0)

Send Feedback

Passes the list of the navigation rectangles to the browser.

virtual HRESULT STDMETHODCALLTYPE GetNavigationRects(  DWORDrectCount,  RECT __RPC_FARrects[ ]); 

Parameters

  • rectCount
    [in] Number of elements in the array.
  • rects
    [out] Points to an array of RECTs.

Return Values

Returns one of the following values:

  • S_OK indicates success.
  • E_FAIL indicates that there are no navigation rectangles.

Remarks

The browser refers to the elements of this list when it calls ActivateRect and GetCurrentRectIndex.

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 | RECT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.