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

LPM_HANDLE refers to free function LPM_Deinitialize that doesn't exist #2041

Open
kennykerr opened this issue Dec 11, 2024 · 2 comments
Open

Comments

@kennykerr
Copy link
Contributor

[RAIIFree("LPM_Deinitialize")]
[InvalidHandleValue(-1L)]
[InvalidHandleValue(0L)]
[NativeTypedef]
public struct LPM_HANDLE
{
	public unsafe void* Value;
}
@kennykerr
Copy link
Contributor Author

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;
}

@kennykerr
Copy link
Contributor Author

Those two appear to be the only ones plaguing this particular attribute.

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

No branches or pull requests

1 participant