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
hConsoleOutput
SafeFileHandlelpBuffer
ConsoleCharInfo[]dwBufferSize
MswUtils.NativeMethods.SmallPointdwBufferCoord
MswUtils.NativeMethods.SmallPointlpWriteRegion
MswUtils.NativeMethods.SmallRect