SetScrollInfo(hwnd, nBar, scollInfo, bRedraw)
Sets information about a scroll-bar
Parameters
hwnd : int
The handle to the window.nBar : int
Identifies the bar.scollInfo : PySCROLLINFO
Scollbar info.bRedraw=1 : int
Should the bar be redrawn?
Return Value
Returns an int with the current position of the scroll box.