Returns the minimum and maximum Position values of a Scroll Bar.
Source position: winapih.inc line 316
function GetScrollRange(
Handle: HWND;
nBar: Integer;
var lpMinPos: Integer;
var lpMaxPos: Integer
):Boolean;