예제 #1
0
파일: Kernel.cs 프로젝트: luowei98/RobertLw
 public static extern int SetConsoleWindowInfo(IntPtr hConsoleOutput, int bAbsolute,
                                               ref SMALL_RECT lpConsoleWindow);
예제 #2
0
파일: Kernel.cs 프로젝트: luowei98/RobertLw
 public static extern int WriteConsoleOutput(IntPtr hConsoleOutput, ref CHAR_INFO lpBuffer, COORD dwBufferSize,
                                             COORD dwBufferCoord, ref SMALL_RECT lpWriteRegion);
예제 #3
0
파일: Kernel.cs 프로젝트: luowei98/RobertLw
 public static extern int ScrollConsoleScreenBuffer(IntPtr hConsoleOutput, ref SMALL_RECT lpScrollRectangle,
                                                    ref SMALL_RECT lpClipRectangle, COORD dwDestinationOrigin,
                                                    ref CHAR_INFO lpFill);