ImageList_Copy (COMCTL32.@)
BOOL ImageList_Copy ( HIMAGELIST himlDst, INT iDst, HIMAGELIST himlSrc, INT iSrc, UINT uFlags )
Copies an image of the source image list to an image of the destination image list. Images can be copied or swapped.
himlDst | [In] | handle to the destination image list. |
iDst | [In] | destination image index. |
himlSrc | [In] | handle to the source image list. |
iSrc | [In] | source image index. |
uFlags | [In] | flags for the copy operation. |
Success: TRUE
Failure: FALSE.
Copying from one image list to another is possible. The original implementation just copies or swaps within one image list. Could this feature become a bug???;-)
Declared in "include/commctrl.h". gitlab.winehq.org/wine/wine/blob/master/include/commctrl.h
Implemented in "dlls/comctl32/imagelist.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.