Function vc6_sys::ScrollDC

source ·
pub unsafe extern "stdcall" fn ScrollDC(
    hDC: HDC,
    dx: c_int,
    dy: c_int,
    lprcScroll: *const RECT,
    lprcClip: *const RECT,
    hrgnUpdate: HRGN,
    lprcUpdate: LPRECT
) -> BOOL