Function vc6_sys::SetWindowPos

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