pub unsafe extern "system" fn GetScrollRange(
    hwnd: HWND,
    nbar: SCROLLBAR_CONSTANTS,
    lpminpos: *mut i32,
    lpmaxpos: *mut i32
) -> BOOL
Expand description

Required features: "Win32_Foundation"