Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the hit-test value from the specified WPARAM value.
Syntax
short GET_NCHITTEST_WPARAM(
WPARAM wParam
);
Parameters
wParam
The value to be converted.
Return value
Type: short
The return value is the low-order word representing the hit-test value. For a list of hit-test values, see WM_NCHITTEST.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | winuser.h (include Windows.h) |