pub unsafe extern "system" fn SetScrollRange(
    hwnd: HWND,
    nbar: SCROLLBAR_CONSTANTS,
    nminpos: i32,
    nmaxpos: i32,
    bredraw: BOOL
) -> BOOL
Expand description

Required features: ‘Win32_UI_Controls’, ‘Win32_Foundation’, ‘Win32_UI_WindowsAndMessaging’