コード例 #1
0
ファイル: WindowControl.cs プロジェクト: r12f/PSPlus
 public IntPtr DeferWindowPos(IntPtr hWinPosInfo, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, uint uFlags)
 {
     return(User32APIs.DeferWindowPos(Hwnd, hWinPosInfo, hWndInsertAfter, x, y, cx, cy, uFlags));
 }