SetWindowPos

Function SetWindowPos 

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