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