CImageList::GetDragImage

CImageList::GetDragImage

static CImageList* GetDragImage( LPPOINT lpPoint, LPPOINT lpPointHotSpot );

Return Value

If successful, a pointer to the temporary image list that is used for dragging; otherwise, NULL.

Parameters

lpPoint

Address of a POINT structure that receives the current drag position.

lpPointHotSpot

Address of a POINT structure that receives the offset of the drag image relative to the drag position.

Remarks

Gets the temporary image list that is used for dragging.

CImageList Overview |  Class Members |  Hierarchy Chart

See Also   CImageList::SetDragCursorImage