WM_VSCROLL - Syntax

This message occurs when a vertical 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_VSCROLL - Parameters]
[Next: WM_VSCROLL - Default Processing]