RB_HITTEST (Windows CE 5.0)

Send Feedback

This message determines which portion of a rebar band is at a specified point on the screen, if a rebar band exists at that point.

RB_HITTEST wParam= 0;lParam = (LPARAM)(LPRBHITTESTINFO)lprbht;

Parameters

  • wParam
    Not used.
  • lprbht
    Long pointer to an RBHITTESTINFO structure. Before sending the message, the pt member of this structure must be initialized to the point that is hit tested, in client coordinates.

Return Values

Returns the zero-based index of the band at the specified point, or –1 if no rebar band was at the point.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.

See Also

RBHITTESTINFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.