예제 #1
0
 static extern bool GetWindowPlacement(IntPtr hWnd,
     ref WINDOWPLACEMENT lpwndpl);
예제 #2
0
 static extern bool SetWindowPlacement(IntPtr hWnd,
    [In] ref WINDOWPLACEMENT lpwndpl);