NM_NCHITTEST
This message is sent by a control when the control receives a WM_NCHITTEST message. This message is sent in the form of a WM_NOTIFY message.
NM_NCHITTEST lpnmmouse = (LPNMMOUSE) lParam;
Parameters
- lpnmmouse
Address of a NMMOUSE structure that contains information about the message. The pt member contains the mouse coordinates of the hit test message.
Return Values
Unless otherwise specified, return zero to allow the control 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
OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.