ImageList_BeginDrag (COMCTL32.@)
BOOL ImageList_BeginDrag ( HIMAGELIST himlTrack, INT iTrack, INT dxHotspot, INT dyHotspot )
Creates a temporary image list that contains one image. It will be used as a drag image.
himlTrack | [In] | handle to the source image list. |
iTrack | [In] | index of the drag image in the source image list. |
dxHotspot | [In] | X position of the hot spot of the drag image. |
dyHotspot | [In] | Y position of the hot spot of the drag image. |
Success: TRUE
Failure: FALSE
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.