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 CLSID_InternetSecurityManager #2002

Open
Ben-Lichtman opened this issue Sep 25, 2024 · 2 comments
Open

missing CLSID_InternetSecurityManager #2002

Ben-Lichtman opened this issue Sep 25, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Ben-Lichtman
Copy link

Summary

There is at least one missing constant GUID - namely CLSID_InternetSecurityManager for COM, which I would expect to appear in the bindings.

Crate manifest

No response

Crate code

No response

@Ben-Lichtman Ben-Lichtman added the bug Something isn't working label Sep 25, 2024
@kennykerr
Copy link
Contributor

Looks like it may be missing from the Win32 metadata. Will transfer this issue.

@kennykerr kennykerr transferred this issue from microsoft/windows-rs Sep 26, 2024
@riverar
Copy link
Collaborator

riverar commented Oct 3, 2024

Note to self: urlmon.h punts and relies on symbols brought in via uuid.lib. We should comb through uuid.lib and double check we have all CLSID_ symbols while we're fixing this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants