The WM_NCMOUSEMOVE message is posted to a window when the cursor is moved within the nonclient area of the window. This message is posted to the window that contains the cursor. If a window has captured the mouse, this message is not posted.
WM_NCMOUSEMOVE nHittest = (INT) wParam; // hit-test value pts = MAKEPOINTS(lParam); // position of cursor
If an application processes this message, it should return zero.
If it is appropriate to do so, the system sends the WM_SYSCOMMAND message to the window.
An application can use the MAKEPOINTS macro to convert the lParam parameter to a POINTS structure.
DefWindowProc, MAKEPOINTS, POINTS, WM_NCHITTEST, WM_SYSCOMMAND
file: /Techref/os/win/api/win32/mess/src/msg26_12.htm, 2KB, , updated: 2000/4/7 11:20, local time: 2024/11/14 11:18,
18.189.194.155:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/mess/src/msg26_12.htm"> WM_NCMOUSEMOVE</A> |
Did you find what you needed? |