Method WriteConsoleOutput
WriteConsoleOutput(SafeFileHandle, ConsoleCharInfo[], SmallPoint, SmallPoint, ref SmallRect)
Writes text to console.
public static extern bool WriteConsoleOutput(SafeFileHandle hConsoleOutput, MswUtils.NativeMethods.ConsoleCharInfo[] lpBuffer, MswUtils.NativeMethods.SmallPoint dwBufferSize, MswUtils.NativeMethods.SmallPoint dwBufferCoord, ref MswUtils.NativeMethods.SmallRect lpWriteRegion)Parameters
- hConsoleOutputSafeFileHandle
- lpBufferConsoleCharInfo[]
- dwBufferSizeMswUtils.NativeMethods.SmallPoint
- dwBufferCoordMswUtils.NativeMethods.SmallPoint
- lpWriteRegionMswUtils.NativeMethods.SmallRect