public static void SetPlacement(IntPtr handle, Win32Structures.WINDOWPLACEMENT wp) { Win32Functions.SetWindowPlacement(handle, ref wp); }
public static extern bool GetWindowPlacement(IntPtr hWnd, ref Win32Structures.WINDOWPLACEMENT lpwndpl);