Function user32::MoveWindow
[−]
[src]
pub unsafe extern "system" fn MoveWindow(
hWnd: HWND,
X: c_int,
Y: c_int,
nWidth: c_int,
nHeight: c_int,
bRepaint: BOOL
) -> BOOL