Scroll to navigation

ImageList_SetIconSize(3w) Wine API 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

Declared in "commctrl.h".
Implemented in "dlls/comctl32/imagelist.c".
Debug channel "imagelist".
Oct 2012 Wine API