microsoft\win32\win32native.cs (12)
1589internal COORD dwSize;
1590internal COORD dwCursorPosition;
1593internal COORD dwMaximumWindowSize;
1675internal static extern bool SetConsoleScreenBufferSize(IntPtr hConsoleOutput, COORD size);
1679internal static extern COORD GetLargestConsoleWindowSize(IntPtr hConsoleOutput);
1684char character, int nLength, COORD dwWriteCoord, out int pNumCharsWritten);
1689short wColorAttribute, int numCells, COORD startCoord, out int pNumBytesWritten);
1703COORD cursorPosition);
1729internal static unsafe extern bool ReadConsoleOutput(IntPtr hConsoleOutput, CHAR_INFO* pBuffer, COORD bufferSize, COORD bufferCoord, ref SMALL_RECT readRegion);
1738internal static unsafe extern bool WriteConsoleOutput(IntPtr hConsoleOutput, CHAR_INFO* buffer, COORD bufferSize, COORD bufferCoord, ref SMALL_RECT writeRegion);