Function vc6_sys::SetScrollRange

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