webview2_com_sys::Windows::Win32::UI::Controls

Function SetScrollRange

Source
pub unsafe fn SetScrollRange<'a>(
    hwnd: impl IntoParam<'a, HWND>,
    nbar: SCROLLBAR_CONSTANTS,
    nminpos: i32,
    nmaxpos: i32,
    bredraw: impl IntoParam<'a, BOOL>,
) -> BOOL