Skip to content

Asynchronous QueryFileName? #39

Description

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions