.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetSolidBrush16 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetSolidBrush16\fR (GDI.604) .SH SYNOPSIS BOOL16 SetSolidBrush16 ( HBRUSH16 \fIhBrush\fR, COLORREF \fInewColor\fR ) .SH DESCRIPTION .PP Change the color of a solid brush. .SH PARAMS \fIhBrush\fR \fB[In]\fR Brush to change the color of. .PP \fInewColor\fR \fB[In]\fR New color for \fIhBrush\fR. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. The color of \fIhBrush\fR is set to \fInewColor\fR. .PP \fBFailure:\fR \fBFALSE\fR. .SH FIXME .PP This function is undocumented and untested. The implementation may not be correct. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/gdi.exe16/gdi.c"\fR. .PP Debug channel \fB"gdi"\fR.