IDropSourceNotify::DragLeaveTarget method (oleidl.h)

OLE calls this method when the user drags the mouse cursor out of a potential drop target window.

Syntax

HRESULT DragLeaveTarget();

Return value

This method returns S_OK on success.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header oleidl.h

See also

IDropSourceNotify