IOleControlNavigation2::GetNavigationRectCount (Windows Embedded CE 6.0)
1/6/2010
The browser calls this method to determine how many navigation rectangles exist in the Navigation control.
Syntax
HRESULT GetNavigationRectCount(
DWORD __RPC_FAR* rectCount
);
Parameters
- rectCount
[out] The number of navigation rectangles in the control.
Return Value
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
Header | mshtmhst.idl, mshtml.h |
Library | mshtml.dll |
Windows Embedded CE | Windows CE .NET 4.1 and later |