ImageList_Create(3w)

NAME

ImageList_Create (COMCTL32.@)

SYNOPSIS

HIMAGELIST ImageList_Create
 (
  INT  cx,
  INT  cy,
  UINT flags,
  INT  cInitial,
  INT  cGrow
 )

DESCRIPTION

Creates a new image list.

PARAMS

cx [In] image height.

cy [In] image width.

flags [In] creation flags.

cInitial [In] initial number of images in the image list.

cGrow [In] number of images by which image list grows.

RETURNS

Success: Handle to the created image list

Failure: NULL

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".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout