Removes target feedback and releases the data object.
HRESULT DragLeave(void);
This method supports the standard return value E_OUTOFMEMORY, as well as the following:
You do not call this method directly. The DoDragDrop function calls this method in either of the following cases:
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.
Windows NT: Use version 3.1 or later.
Windows: Use Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in oleidl.h.
DoDragDrop, IDropSource, IDropTarget, RegisterDragDrop, RevokeDragDrop