WM_MOUSEMOVE - Syntax

This message occurs when the pointing device pointer moves.

param1
     SHORT   sxMouse     /*  Pointing device x-coordinate. */
     SHORT   syMouse     /*  Pointing device y-coordinate. */

param2
     USHORT  uswHitTest  /*  Message result. */
     USHORT  fsflags     /*  Keyboard control codes. */


[Back: WM_MOUSEMOVE - Parameters]
[Next: WM_MOUSEMOVE - Remarks]