ImageList_SetIconSize(3w)
NAME
ImageList_SetIconSize (COMCTL32.@)
SYNOPSIS
BOOL ImageList_SetIconSize ( HIMAGELIST himl, INT cx, INT cy )
DESCRIPTION
Sets the image size of the bitmap and deletes all images.
PARAMS
himl [In] handle to image list.
cx [In] image width.
cy [In] image height.
RETURNS
Success: TRUE
Failure: FALSE
IMPLEMENTATION
Defined in "commctrl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/comctl32/imagelist.c".
- Debug channel "imagelist".