Function winapi::um::winuser::MoveWindow

source ·
pub unsafe extern "system" fn MoveWindow(
    hWnd: HWND,
    X: c_int,
    Y: c_int,
    nWidth: c_int,
    nHeight: c_int,
    bRepaint: BOOL
) -> BOOL