[][src]Function winapi::um::winuser::SetScrollRange

pub unsafe extern "system" fn SetScrollRange(
    hWnd: HWND,
    nBar: c_int,
    nMinPos: c_int,
    nMaxPos: c_int,
    bRedraw: BOOL
) -> BOOL