Table of Contents

Method WriteConsoleOutput

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 SafeFileHandle
lpBuffer ConsoleCharInfo[]
dwBufferSize MswUtils.NativeMethods.SmallPoint
dwBufferCoord MswUtils.NativeMethods.SmallPoint
lpWriteRegion MswUtils.NativeMethods.SmallRect

Returns

bool