Пример #1
0
 static extern bool GetWindowPlacement(IntPtr hWnd,
     ref WINDOWPLACEMENT lpwndpl);
Пример #2
0
 static extern bool SetWindowPlacement(IntPtr hWnd,
    [In] ref WINDOWPLACEMENT lpwndpl);