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

GetMessageA and GetMessageW need the CanReturnMultipleSuccessValuesAttribute attribute #1353

Closed
kennykerr opened this issue Nov 3, 2022 · 1 comment
Assignees
Labels
rust Critical for Rust adoption

Comments

@kennykerr
Copy link
Contributor

These functions return multiple success values.

@kennykerr kennykerr added the rust Critical for Rust adoption label Nov 3, 2022
@mikebattista mikebattista self-assigned this Nov 3, 2022
@mikebattista
Copy link
Collaborator

Windows.Win32.UI.WindowsAndMessaging.Apis.GetMessageA : [DllImport(USER32.dll,ExactSpelling=True,PreserveSig=False,SetLastError=True),SupportedOSPlatform(windows5.0)] => [CanReturnMultipleSuccessValues,DllImport(USER32.dll,ExactSpelling=True,PreserveSig=False,SetLastError=True),SupportedOSPlatform(windows5.0)]
Windows.Win32.UI.WindowsAndMessaging.Apis.GetMessageW : [DllImport(USER32.dll,ExactSpelling=True,PreserveSig=False,SetLastError=True),SupportedOSPlatform(windows5.0)] => [CanReturnMultipleSuccessValues,DllImport(USER32.dll,ExactSpelling=True,PreserveSig=False,SetLastError=True),SupportedOSPlatform(windows5.0)]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust Critical for Rust adoption
Projects
None yet
Development

No branches or pull requests

2 participants