Function winapi::um::winuser::GetScrollRange

source ·
pub unsafe extern "system" fn GetScrollRange(
    hWnd: HWND,
    nBar: c_int,
    lpMinPos: LPINT,
    lpMaxPos: LPINT
) -> BOOL