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, WindowsUtils.NativeMethods.ConsoleCharInfo[] lpBuffer, WindowsUtils.NativeMethods.SmallPoint dwBufferSize, WindowsUtils.NativeMethods.SmallPoint dwBufferCoord, ref WindowsUtils.NativeMethods.SmallRect lpWriteRegion)

Parameters

hConsoleOutput SafeFileHandle
lpBuffer ConsoleCharInfo[]
dwBufferSize WindowsUtils.NativeMethods.SmallPoint
dwBufferCoord WindowsUtils.NativeMethods.SmallPoint
lpWriteRegion WindowsUtils.NativeMethods.SmallRect

Returns

bool