SetWindowPlacement

Function SetWindowPlacement 

Source
pub unsafe extern "system" fn SetWindowPlacement(
    hwnd: *mut c_void,
    lpwndpl: *const WINDOWPLACEMENT,
) -> i32
Expand description

#61 SetWindowPlacement

changes the window’s show state (normal, maximized, minimized) and the show state positions using the information supplied in the given WINDOWPLACEMENT structure