PySCROLLINFO = GetScrollInfo(hwnd, nBar
, mask
)
Returns information about a scroll bar
Parameters
hwnd : int
The handle to the window.nBar : int
The scroll bar to examine. Can be one of win32con.SB_CTL, win32con.SB_VERT or win32con.SB_HORZmask=SIF_ALL : int
The mask for attributes to retrieve.