GetScrollInfo (USER32.@)
BOOL GetScrollInfo ( HWND hwnd, INT nBar, LPSCROLLINFO info )
GetScrollInfo can be used to retrieve the position, upper bound, lower bound, and page size of a scrollbar control.
hwnd | [In] | Handle of window with scrollbar(s). |
nBar | [In] | One of SB_HORZ, SB_VERT, or SB_CTL. |
info | [IO] | fMask specifies which values to retrieve. |
TRUE if SCROLLINFO is filled ( if nBar is SB_CTL, GetScrollInfo returns TRUE even if nothing is filled)
Declared in "include/ntuser.h". gitlab.winehq.org/wine/wine/blob/master/include/ntuser.h
Implemented in "dlls/user32/scroll.c". gitlab.winehq.org/wine/wine/blob/master/dlls/user32/scroll.c
Debug channel "scroll".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.