GetScrollRange (USER32.@)
BOOL GetScrollRange ( HWND hwnd, INT nBar, LPINT lpMin, LPINT lpMax )
Gets the range of the scroll bar.
hwnd | [In] | Handle of window with scrollbar(s). |
nBar | [In] | One of SB_HORZ, SB_VERT, or SB_CTL. |
lpMin | [Out] | Where to store minimum value. |
lpMax | [Out] | Where to store maximum value. |
TRUE if values is filled
Defined in "commctrl.h".
Implemented in "dlls/user32/scroll.c". source.winehq.org/source/dlls/user32/scroll.c
Debug channel "scroll".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.