NM_NCHITTEST (rebar) notification code

Sent by a rebar control when the control receives a WM_NCHITTEST message. This notification code is sent in the form of a WM_NOTIFY message.

NM_NCHITTEST

    lpnmmouse = (LPNMMOUSE) lParam;

Parameters

lParam

Pointer to an NMMOUSE structure that contains information about the notification code. The dwItemSpec member contains the band index over which the hit test message occurred, and the pt member contains the mouse coordinates of the hit test message.

Return value

Return zero to allow the rebar to perform default processing of the hit test message, or return one of the HT* values documented under WM_NCHITTEST to override the default hit test processing.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h