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

CfReleaseTransferKey mistakenly has an out-parameter #1592

Closed
goffrie opened this issue Jun 15, 2023 · 1 comment
Closed

CfReleaseTransferKey mistakenly has an out-parameter #1592

goffrie opened this issue Jun 15, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@goffrie
Copy link

goffrie commented Jun 15, 2023

I'm not sure if cfapi.h is from an outdated copy or something, but the TransferKey parameter should be an in-parameter, as documented in https://learn.microsoft.com/en-us/windows/win32/api/cfapi/nf-cfapi-cfreleasetransferkey

@mikebattista mikebattista self-assigned this Jun 29, 2023
@mikebattista mikebattista added the bug Something isn't working label Jun 29, 2023
@mikebattista
Copy link
Contributor

The header has an _Out_ SAL annotation here for some reason.

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

2 participants