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