Skip to content
New issue

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

Asynchronous QueryFileName? #39

Open
edemartel opened this issue Sep 24, 2019 · 1 comment
Open

Asynchronous QueryFileName? #39

edemartel opened this issue Sep 24, 2019 · 1 comment
Assignees

Comments

@edemartel
Copy link

edemartel commented Sep 24, 2019

The OnQueryFileName callback has the following signature:

HResult OnQueryFileName(string relativePath)

Since, unlike its native counterpart, it lacks a commandId parameter, we cannot treat this callback asynchronously and therefore return HResult.Pending to complete the request later.

Is there a reason why the managed version of this method works so differently from its native equivalent?

@abhijeet-gautam
Copy link
Contributor

Thanks @edemartel for pointing it out.
This is a bug that we will address this in a future update of the API.

@abhijeet-gautam abhijeet-gautam self-assigned this Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants