.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WriteConsoleOutputAttribute 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWriteConsoleOutputAttribute\fR (KERNEL32.@) .SH SYNOPSIS BOOL WriteConsoleOutputAttribute ( HANDLE \fIhConsoleOutput\fR, CONST WORD* \fIattr\fR, DWORD \fIlength\fR, COORD \fIcoord\fR, LPDWORD \fIlpNumAttrsWritten\fR ) .SH DESCRIPTION .PP WriteConsoleOutputAttribute [\fBKERNEL32\fR.@] Sets attributes for some cells in the console screen buffer. .SH PARAMS \fIhConsoleOutput\fR \fB[In]\fR Handle to screen buffer. .PP \fIattr\fR \fB[In]\fR Pointer to buffer with write attributes. .PP \fIlength\fR \fB[In]\fR Number of cells to write to. .PP \fIcoord\fR \fB[In]\fR Coords of first cell. .PP \fIlpNumAttrsWritten\fR \fB[Out]\fR Pointer to number of cells written. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\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.