.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetConsoleTextAttribute 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetConsoleTextAttribute\fR (KERNEL32.@) .SH SYNOPSIS BOOL SetConsoleTextAttribute ( HANDLE \fIhConsoleOutput\fR, WORD \fIwAttr\fR ) .SH DESCRIPTION .PP SetConsoleTextAttribute [\fBKERNEL32\fR.@] Sets colors for text. .PP Sets the foreground and background color attributes of characters written to the screen buffer. .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.