Exemplo n.º 1
0
 private static extern bool GetWindowPlacement(IntPtr hWnd, out WindowplacementDetails lpwndpl);
Exemplo n.º 2
0
 private static extern bool SetWindowPlacement(IntPtr hWnd, [In] ref WindowplacementDetails lpwndpl);