IDropTarget::DragLeave  UIF4.N

Removes target feedback and releases the data object.

HRESULT DragLeave(void);

Return Values

This method supports the standard return value E_OUTOFMEMORY, as well as the following:

S_OK

The method completed its task successfully.

 

Remarks

You do not call this method directly. The DoDragDrop3YY1_Q5 function calls this method in either of the following cases:

    When the user drags the cursor out of a given target window.

    When the user cancels the current drag-and-drop operation.

 

To implement IDropTarget::DragLeave, you must remove any target feedback that is currently displayed. You must also release any references you hold to the data transfer object.

See Also

DoDragDrop, IDropSource, IDropTarget, RegisterDragDrop, RevokeDragDrop