GetScrollBarInfo (USER32.@)
BOOL GetScrollBarInfo ( HWND hwnd, LONG idObject, LPSCROLLBARINFO info )
GetScrollBarInfo can be used to retrieve information about a scrollbar control.
hwnd | [In] | Handle of window with scrollbar(s). |
idObject | [In] | One of OBJID_CLIENT, OBJID_HSCROLL, or OBJID_VSCROLL. |
info | [IO] | cbSize specifies the size of SCROLLBARINFO. |
TRUE if success
Defined in "winuser.h".
Implemented in "dlls/user32/scroll.c". source.winehq.org/source/dlls/user32/scroll.c
Debug channel "scroll".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.