ImageList_Duplicate(3w)
NAME
ImageList_Duplicate (COMCTL32.@)
SYNOPSIS
HIMAGELIST ImageList_Duplicate
(
HIMAGELIST himlSrc
)
DESCRIPTION
Duplicates an image list.
PARAMS
himlSrc [In] source image list handle.
RETURNS
Success: Handle of duplicated 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".