Exemple #1
0
 public static extern bool ScrollConsoleScreenBuffer([In] IntPtr hConsoleOutput, [In] ref SmallRect lpScrollRectangle, [In] IntPtr lpClipRectangle, [In] Coord dwDestinationOrigin, [In] ref CharInfo lpFill);
Exemple #2
0
 public static extern bool WriteConsoleOutput([In] IntPtr hConsoleOutput, [In] CharInfo[,] lpBuffer, [In] Coord dwBufferSize, [In] Coord dwBufferCoord, [In, Out] ref SmallRect lpWriteRegion);
Exemple #3
0
 public static extern bool SetConsoleWindowInfo([In] IntPtr hConsoleOutput, [In] bool bAbsolute, [In] ref SmallRect lpConsoleWindow);