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

pub unsafe extern "system" fn SetWindowPos(
    hWnd: HWND,
    hWndInsertAfter: HWND,
    X: c_int,
    Y: c_int,
    cx: c_int,
    cy: c_int,
    uFlags: UINT
) -> BOOL