.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WinGGetDIBColorTable16 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWinGGetDIBColorTable16\fR (WING.1005) .SH SYNOPSIS UINT16 WinGGetDIBColorTable16 ( HDC16 \fIhdc\fR, UINT16 \fIstart\fR, UINT16 \fInum\fR, RGBQUAD* \fIcolors\fR ) .SH DESCRIPTION .PP Get 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[Out]\fR Destination for the array of color data. .PP .SH RETURNS .PP The number of entries retrieved. .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.