pub unsafe extern "system" fn ScrollWindowEx(
hwnd: *mut c_void,
dx: i32,
dy: i32,
prcscroll: *const RECT,
prcclip: *const RECT,
hrgnupdate: *mut c_void,
prcupdate: *mut RECT,
flags: u32,
) -> i32Expand description
#89 ScrollWindowEx
scrolls what is shown in a window’s client area and is an extension of the ScrollWindow() function