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 optional flag on some LPUNKNOWN parameters #508

Closed
xtian opened this issue Jun 3, 2021 · 1 comment
Closed

Missing optional flag on some LPUNKNOWN parameters #508

xtian opened this issue Jun 3, 2021 · 1 comment
Assignees
Labels
usability Touch-up to improve the user experience for a language projection

Comments

@xtian
Copy link

xtian commented Jun 3, 2021

The documentation for DirectSoundCreate and IDirectSound::CreateSoundBuffer says the following about their final LPUNKNOWN pUnkOuter parameters:

  • pUnkOuter
    Controlling unknown of the aggregate. Its value must be NULL.

However these parameters aren't marked as optional.

@mikebattista mikebattista added the usability Touch-up to improve the user experience for a language projection label Jun 4, 2021
@mikebattista mikebattista self-assigned this Nov 2, 2022
@mikebattista
Copy link
Collaborator

Windows.Win32.Media.Audio.DirectSound.Apis.DirectSoundCreate : pUnkOuter : [In] => [Optional]
Windows.Win32.Media.Audio.DirectSound.IDirectSound.CreateSoundBuffer : pUnkOuter : [In] => [Optional]

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