Ejemplo n.º 1
0
 static extern bool GetWindowPlacement(IntPtr hWnd,
     ref WINDOWPLACEMENT lpwndpl);
Ejemplo n.º 2
0
 static extern bool SetWindowPlacement(IntPtr hWnd,
    [In] ref WINDOWPLACEMENT lpwndpl);