ImageList_GetDragImageImageList_GetDragImage*
*Contents  *Index  *Topic Contents
*Previous Topic: ImageList_GetBkColor
*Next Topic: ImageList_GetIcon

ImageList_GetDragImage


HIMAGELIST ImageList_GetDragImage(
    POINT FAR *ppt, 	
    POINT FAR *pptHotspot 	
   );	

Retrieves the temporary image list that is used for the drag image. The function also retrieves the current drag position and the offset of the drag image relative to the drag position.

ppt
Address of a POINT structure that receives the current drag position. Can be NULL.
pptHotspot
Address of a POINT structure that receives the offset of the drag image relative to the drag position. Can be NULL.

The temporary image list is destroyed when the ImageList_EndDrag function is called. To begin a drag operation, use the ImageList_BeginDrag function.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.