.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHFillRectClr 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHFillRectClr\fR (SHLWAPI.197) .SH SYNOPSIS DWORD SHFillRectClr ( HDC \fIhDC\fR, LPCRECT \fIpRect\fR, COLORREF \fIcRef\fR ) .SH DESCRIPTION .PP Blank out a region of text by drawing the background only. .SH PARAMS \fIhDC\fR \fB[In]\fR Device context to draw in. .PP \fIpRect\fR \fB[In]\fR Area to draw in. .PP \fIcRef\fR \fB[In]\fR Color to draw in. .PP .SH RETURNS .PP Nothing. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/ordinal.c"\fR. .PP Debug channel \fB"shell"\fR.