.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ImageList_SetColorTable 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBImageList_SetColorTable\fR (COMCTL32.@) .SH SYNOPSIS UINT ImageList_SetColorTable ( HIMAGELIST \fIhiml\fR, UINT \fIuStartIndex\fR, UINT \fIcEntries\fR, CONST RGBQUAD* \fIprgb\fR ) .SH DESCRIPTION .PP Sets the color table of an image list. .SH PARAMS \fIhiml\fR \fB[In]\fR Handle to the image list. .PP \fIuStartIndex\fR \fB[In]\fR The first index to set. .PP \fIcEntries\fR \fB[In]\fR Number of entries to set. .PP \fIprgb\fR \fB[In]\fR New color information for color table for the image list. .PP .SH RETURNS .PP \fBSuccess:\fR Number of entries in the table that were set. .PP \fBFailure:\fR Zero. .SH SEE .PP ImageList_Create(), \fBSetDIBColorTable(3w)\fR .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/comctl32/imagelist.c"\fR. .PP Debug channel \fB"imagelist"\fR.