Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

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.

Syntax

RB_HITTEST 
wParam = 0;

lParam = (LPARAM)(LPRBHITTESTINFO) 
lprbht;

Parameters

wParam

Not used.

lprbht

Long pointer to an RBHITTESTINFOstructure. Before sending the message, the ptmember of this structure must be initialized to the point that is hit tested, in client coordinates.

Return Value

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

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

RBHITTESTINFO