[Bug 38054] New: DoDragDrop() should abort when IDropSource::QueryContinueDrag fails

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Feb 10 01:58:34 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=38054

            Bug ID: 38054
           Summary: DoDragDrop() should abort when
                    IDropSource::QueryContinueDrag fails
           Product: Wine
           Version: 1.7.36
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ole32
          Assignee: wine-bugs at winehq.org
          Reporter: litimetal at gmail.com
      Distribution: ---

Created attachment 50692
  --> https://bugs.winehq.org/attachment.cgi?id=50692
IDrop_Example.exe

I've written some test code for DoDragDrop, and if
IDropSource::QueryContinueDrag returned a FAILED value (for example,
0xdeadbeef), DoDragDrop would about in Win8.

But wine will continue to do the job of DoDragDrop, so I'll see a MessageBox I
created in IDropTarget::DragEnter (In [MSDN], this is the 2nd step of
DoDragDrop)

Code sample:
https://gitcafe.com/endle/IDrop_Helper_Example/tree/DoDragDrop_should_stop

The .exe file was created with VS2013 Community

[MSDN]:
https://msdn.microsoft.com/en-us/library/windows/desktop/ms678486%28v=vs.85%29.aspx

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list