WriteConsoleOutput (kernel32)
Last changed: -96.10.237.254

.
Summary
Copies a number of characters to consecutive cells of a console screen buffer, beginning at a specified location.

C# Signature:

[DllImport("kernel32.dll")]
static extern bool WriteConsoleOutputCharacter(IntPtr hConsoleOutput,
   string lpCharacter, uint nLength, COORD dwWriteCoord,
   out uint lpNumberOfCharsWritten);

User-Defined Types:

COORD

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation