You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 returnHResult.Pending
to complete the request later.Is there a reason why the managed version of this method works so differently from its native equivalent?
The text was updated successfully, but these errors were encountered: