private static extern bool GetWindowPlacement(IntPtr hWnd, out WindowPlacement lpwndpl);
 private static extern bool SetWindowPlacement(IntPtr hWnd, [In] ref WindowPlacement lpwndpl);