ImageList_BeginDrag(3w)
NAME
ImageList_BeginDrag (COMCTL32.@)
SYNOPSIS
BOOL ImageList_BeginDrag ( HIMAGELIST himlTrack, INT iTrack, INT dxHotspot, INT dyHotspot )
DESCRIPTION
Creates a temporary image list that contains one image. It will be used
as a drag image.
PARAMS
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.
RETURNS
Success: TRUE
Failure: FALSE
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".