This message is sent by an application to a scroll bar control to retrieve the minimum and maximum position values for the control.
At a Glance
Header file: | Winuser.h |
Windows CE versions: | 2.0 and later |
Syntax
SBM_GETRANGE wParam = (WPARAM) (LPINT) lpnMinPos;
lParam = (LPARAM) (LPINT) lpnMaxPos;
Parameters
lpnMinPos
Long pointer to a value that receives the minimum scrolling position.
lpnMaxPos
Long pointer to a value that receives the maximum scrolling position.
Return Values
None.
See Also