SetWindowPos

Function SetWindowPos 

Source
pub unsafe fn SetWindowPos<'a, T0__: IntoParam<'a, HWND>, T1__: IntoParam<'a, HWND>>(
    hwnd: T0__,
    hwndinsertafter: T1__,
    x: i32,
    y: i32,
    cx: i32,
    cy: i32,
    uflags: SetWindowPos_uFlags,
) -> BOOL