pub unsafe extern "system" fn BeginBufferedAnimation(
    hwnd: HWND,
    hdctarget: HDC,
    prctarget: *const RECT,
    dwformat: BP_BUFFERFORMAT,
    ppaintparams: *const BP_PAINTPARAMS,
    panimationparams: *const BP_ANIMATIONPARAMS,
    phdcfrom: *mut HDC,
    phdcto: *mut HDC
) -> isize
Expand description

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