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". https://source.winehq.org/source/include/commctrl.h

Implemented in "dlls/comctl32/imagelist.c". https://source.winehq.org/source/dlls/comctl32/imagelist.c

Debug channel "imagelist".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.