.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ImageList_GetIconSize 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBImageList_GetIconSize\fR (COMCTL32.@) .SH SYNOPSIS BOOL ImageList_GetIconSize ( HIMAGELIST \fIhiml\fR, INT* \fIcx\fR, INT* \fIcy\fR ) .SH DESCRIPTION .PP Retrieves the size of an image in an image list. .SH PARAMS \fIhiml\fR \fB[In]\fR handle to image list. .PP \fIcx\fR \fB[Out]\fR pointer to the image width. .PP \fIcy\fR \fB[Out]\fR pointer to the image height. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR. .SH NOTES .PP All images in an image list have the same size. .SH IMPLEMENTATION .PP Declared in \fB"commctrl.h"\fR. .PP Implemented in \fB"dlls/comctl32/imagelist.c"\fR. .PP Debug channel \fB"imagelist"\fR.