コード例 #1
0
ファイル: NativeMethods.cs プロジェクト: vishalishere/snoopx
 public static extern bool GetWindowPlacement(IntPtr hWnd, out WindowPlacement lpwndpl);
コード例 #2
0
ファイル: NativeMethods.cs プロジェクト: vishalishere/snoopx
 public static extern bool SetWindowPlacement(IntPtr hWnd, [In] ref WindowPlacement lpwndpl);