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

Missing overload for Shell32.SHAddToRecentDocs #401

Closed
zhuxb711 opened this issue May 16, 2023 · 1 comment
Closed

Missing overload for Shell32.SHAddToRecentDocs #401

zhuxb711 opened this issue May 16, 2023 · 1 comment

Comments

@zhuxb711
Copy link

zhuxb711 commented May 16, 2023

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

@zhuxb711
Copy link
Author

Thanks, that's really fast... Looking forward to your new version🙂

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