Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

nleontiev

E_FAIL error in case of drag-and-drop aborting

WinSCP (6.5.3 Build 16364) returns E_FAIL error from IDropTarget::Drop handler when Abort selected from drag-and-drop menu. This error is returned to source app via DoDragDrop return value. According to docs, target app should return DRAGDROP_S_CANCEL when drag-and-drop was canceled, therefore IDropTarget::Drop result should be DRAGDROP_S_CANCEL.