.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WinGSetDIBColorTable16 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWinGSetDIBColorTable16\fR (WING.1006) .SH SYNOPSIS UINT16 WinGSetDIBColorTable16 ( HDC16 \fIhdc\fR, UINT16 \fIstart\fR, UINT16 \fInum\fR, RGBQUAD* \fIcolors\fR ) .SH DESCRIPTION .PP Set all or part of the color table for a WinG device context. .SH PARAMS \fIhdc\fR \fB[In]\fR WinG device context. .PP \fIstart\fR \fB[In]\fR Start color. .PP \fInum\fR \fB[In]\fR Number of entries to set. .PP \fIcolors\fR \fB[In]\fR Array of color data. .PP .SH RETURNS .PP The number of entries set. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/wing.dll16/wing.c"\fR. .PP Debug channel \fB"wing"\fR.