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
Describe the bug and how to reproduce
Missing this overload for SHAddToRecentDocs because this API also accept struct parameter such as SHARDAPPIDINFO (Also mssing)
[DllImport(Lib.Shell32, ExactSpelling = true)] [SecurityCritical, SuppressUnmanagedCodeSecurity] [PInvokeData("Shlobj.h", MSDNShortId = "bb762105")] public static extern void SHAddToRecentDocs(SHARD uFlags, object pv);
What code is involved No need
Expected behavior No need
Screenshots No need
The text was updated successfully, but these errors were encountered:
Added overload for Shell32.SHAddToRecentDocs and supporting structures …
7a6b3ce
…#401
Thanks, that's really fast... Looking forward to your new version🙂
Sorry, something went wrong.
No branches or pull requests
Describe the bug and how to reproduce
Missing this overload for SHAddToRecentDocs because this API also accept struct parameter such as SHARDAPPIDINFO (Also mssing)
What code is involved
No need
Expected behavior
No need
Screenshots
No need
The text was updated successfully, but these errors were encountered: