Example #1
0
 public static extern BOOL SetWindowPlacement(HWND hWnd, /*const*/ WINDOWPLACEMENT *lpwndpl);
Example #2
0
 public extern static uint GetWindowPlacement(IntPtr hWnd, out WINDOWPLACEMENT *lpwndpl);
Example #3
0
 public static extern BOOL GetWindowPlacement(HWND hWnd, WINDOWPLACEMENT *lpwndpl);