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

IMMDevice's Activate method missing metadata #752

Closed
kennykerr opened this issue Nov 22, 2021 · 0 comments
Closed

IMMDevice's Activate method missing metadata #752

kennykerr opened this issue Nov 22, 2021 · 0 comments
Assignees
Labels
broken api An API is inaccurate and could lead to runtime failure usability Touch-up to improve the user experience for a language projection

Comments

@kennykerr
Copy link
Contributor

Windows.Win32.Media.Audio.IMMDevice has an Activate method has a few problems.

  • The dwClsCtx parameter should use the Windows.Win32.System.Com.CLSCTX type.
  • The final parameter lacks the ComOutPtr attribute.

Context: microsoft/windows-rs#1354

@mikebattista mikebattista self-assigned this Nov 29, 2021
@mikebattista mikebattista added broken api An API is inaccurate and could lead to runtime failure usability Touch-up to improve the user experience for a language projection labels Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
broken api An API is inaccurate and could lead to runtime failure usability Touch-up to improve the user experience for a language projection
Projects
None yet
Development

No branches or pull requests

2 participants