[][src]Function winapi::um::winuser::DeferWindowPos

pub unsafe extern "system" fn DeferWindowPos(
    hWinPosInfo: HDWP,
    hWnd: HWND,
    hWndInserAfter: HWND,
    x: c_int,
    y: c_int,
    cx: c_int,
    cy: c_int,
    uFlags: UINT
) -> HDWP