.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ImageList_SetFlags 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBImageList_SetFlags\fR (COMCTL32.@) .SH SYNOPSIS DWORD ImageList_SetFlags ( HIMAGELIST \fIhiml\fR, DWORD \fIflags\fR ) .SH DESCRIPTION .PP Sets the image list \fIflags\fR. .SH PARAMS \fIhiml\fR \fB[In]\fR Handle to image list. .PP \fIflags\fR \fB[In]\fR Flags to set. .PP .SH RETURNS .PP Old flags?. .SH BUGS .PP Stub. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/comctl32/imagelist.c"\fR. .PP Debug channel \fB"imagelist"\fR.