ImageList_BeginDrag.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/comctl32/imagelist.c".

Debug channel "imagelist".