We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
LPM_HANDLE
LPM_Deinitialize
[RAIIFree("LPM_Deinitialize")] [InvalidHandleValue(-1L)] [InvalidHandleValue(0L)] [NativeTypedef] public struct LPM_HANDLE { public unsafe void* Value; }
The text was updated successfully, but these errors were encountered:
Same goes for this one:
[RAIIFree("DestroyAlternate")] [InvalidHandleValue(-1L)] [InvalidHandleValue(0L)] [NativeTypedef] [Documentation("https://learn.microsoft.com/windows/win32/tablet/hrecoalt-handle")] public struct HRECOALT { public unsafe void* Value; }
Sorry, something went wrong.
Those two appear to be the only ones plaguing this particular attribute.
windows-bindgen
No branches or pull requests
The text was updated successfully, but these errors were encountered: