.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WriteConsoleOutputCharacterA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWriteConsoleOutputCharacterA\fR (KERNEL32.@) .SH SYNOPSIS BOOL WriteConsoleOutputCharacterA ( HANDLE \fIhConsoleOutput\fR, LPCSTR \fIstr\fR, DWORD \fIlength\fR, COORD \fIcoord\fR, LPDWORD \fIlpNumCharsWritten\fR ) .SH DESCRIPTION .PP See \fBWriteConsoleOutputCharacterW(3w)\fR. .SH IMPLEMENTATION .PP Declared in \fB"wincon.h"\fR. .PP Implemented in \fB"dlls/kernel32/console.c"\fR. .PP Debug channel \fB"console"\fR.