.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ImageList_Copy 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBImageList_Copy\fR (COMCTL32.@) .SH SYNOPSIS BOOL ImageList_Copy ( HIMAGELIST \fIhimlDst\fR, INT \fIiDst\fR, HIMAGELIST \fIhimlSrc\fR, INT \fIiSrc\fR, UINT \fIuFlags\fR ) .SH DESCRIPTION .PP Copies an image of the source image list to an image of the destination image list. Images can be copied or swapped. .SH PARAMS \fIhimlDst\fR \fB[In]\fR handle to the destination image list. .PP \fIiDst\fR \fB[In]\fR destination image index. .PP \fIhimlSrc\fR \fB[In]\fR handle to the source image list. .PP \fIiSrc\fR \fB[In]\fR source image index. .PP \fIuFlags\fR \fB[In]\fR flags for the copy operation. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR. .SH NOTES .PP Copying from one image list to another is possible. The original implementation just copies or swaps within one image list. Could this feature become a bug???;-) .SH IMPLEMENTATION .PP Declared in \fB"commctrl.h"\fR. .PP Implemented in \fB"dlls/comctl32/imagelist.c"\fR. .PP Debug channel \fB"imagelist"\fR.