The ImageList_GetDragImage function 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.
HIMAGELIST ImageList_GetDragImage(
POINT FAR *ppt, | |
POINT FAR *pptHotspot | |
); |
If the function succeeds, the return value is the handle of the image list.
If the function fails, the return value is NULL.
The temporary image list is destroyed when the ImageList_EndDrag function is called. To begin a drag operation, use the ImageList_BeginDrag function.
ImageList_BeginDrag, ImageList_EndDrag, POINT
file: /Techref/os/win/api/win32/func/src/f46_2.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/14 16:38,
3.141.7.140:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/os/win/api/win32/func/src/f46_2.htm"> ImageList_GetDragImage</A> |
Did you find what you needed? |