Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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
-
A pointer to a NMMOUSE structure that contains information about the notification code. The pt member contains the mouse coordinates of the hit test message.
Return value
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
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2003 [desktop apps only] |
| Header |
|