WM_HSCROLL - Syntax

This message occurs when a horizontal scroll bar control has a significant event to notify to its owner.

param1
     USHORT  usidentifier  /*  Scroll bar control window identifier. */

param2
     SHORT   sslider       /*  Slider position. */
     USHORT  uscmd         /*  Command. */


[Back: WM_HSCROLL - Parameters]
[Next: WM_HSCROLL - Default Processing]