pub unsafe extern "system" fn SetWindowPlacement(
hwnd: *mut c_void,
lpwndpl: *const WINDOWPLACEMENT,
) -> i32Expand 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