Пример #1
0
 private static extern IntPtr DeferWindowPos(IntPtr hWinPosInfo, IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy,
                                             [MarshalAs(UnmanagedType.U4)] DeferWindowPosCommands uFlags);
Пример #2
0
 public static extern IntPtr DeferWindowPos(IntPtr hWinPosInfo, IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy,
                                            DeferWindowPosCommands uFlags);
Пример #3
0
 public static extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, DeferWindowPosCommands uFlags);