L_BN_HSCROLL
When received, this message indicates that the user has clicked the L_BITMAPCLASS window's horizontal scroll bar.
The L_BITMAPCLASS window's parent window receives this code through a WM_COMMAND message from the L_BITMAPCLASS window. Notification occurs before the screen is updated.
Parameter |
Description |
wParam |
Contains the wParam parameter of the WM_COMMAND message, and specifies the child-window ID. |
lParam |
Contains the L_BITMAPCLASS windows handle in its low-order word and the L_BN_HSCROLL code in its high-order word. |