We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IDropSource::[QueryContinueDrag|GiveFeedback] methods can return alternative success codes and appear to meet criteria for PreserveSig. Currently it is impossible to implement a working IDropSource in rust, as the DragDrop Operation never finishes with DRAGDROP_S_DROP or DRAGDROP_S_CANCEL See: https://learn.microsoft.com/en-us/windows/win32/api/oleidl/nf-oleidl-idropsource-querycontinuedrag https://learn.microsoft.com/en-us/windows/win32/api/oleidl/nf-oleidl-idropsource-givefeedback
The text was updated successfully, but these errors were encountered:
Windows.Win32.System.Ole.IDropSource.GiveFeedback : => [PreserveSig] Windows.Win32.System.Ole.IDropSource.QueryContinueDrag : => [PreserveSig]
Sorry, something went wrong.
f9b9972
mikebattista
No branches or pull requests
IDropSource::[QueryContinueDrag|GiveFeedback] methods can return alternative success codes and appear to meet criteria for PreserveSig.
Currently it is impossible to implement a working IDropSource in rust, as the DragDrop Operation never finishes with DRAGDROP_S_DROP or DRAGDROP_S_CANCEL
See:
https://learn.microsoft.com/en-us/windows/win32/api/oleidl/nf-oleidl-idropsource-querycontinuedrag
https://learn.microsoft.com/en-us/windows/win32/api/oleidl/nf-oleidl-idropsource-givefeedback
The text was updated successfully, but these errors were encountered: