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.
- Returns the handle to the image list if successful, or NULL otherwise.
- 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.