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

IShellFolder.GetDisplayNameOf flags uint => SHGDNF #960

Closed
riverar opened this issue Jun 10, 2022 · 1 comment
Closed

IShellFolder.GetDisplayNameOf flags uint => SHGDNF #960

riverar opened this issue Jun 10, 2022 · 1 comment
Labels
usability Touch-up to improve the user experience for a language projection

Comments

@riverar
Copy link
Collaborator

riverar commented Jun 10, 2022

From Rust Discord (#windows-dev)

  • IShellFolder.GetDisplayNameOf could have its flags parameter better typed
  • _SHGDNF also appears to be incorrectly typed as int (should be uint) per shobjidl.h:
typedef DWORD SHGDNF;
@riverar riverar added the usability Touch-up to improve the user experience for a language projection label Jun 10, 2022
@mikebattista
Copy link
Contributor

Windows.Win32.UI.Shell._SHGDNF not found in 2nd winmd
Windows.Win32.UI.Shell.IShellFolder.GetDisplayNameOf : uFlags...UInt32 => SHGDNF
Windows.Win32.UI.Shell.IShellFolder.SetNameOf : uFlags...UInt32 => SHGDNF
Windows.Win32.UI.Shell.SHGDNF not found in 1st winmd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usability Touch-up to improve the user experience for a language projection
Projects
None yet
Development

No branches or pull requests

2 participants