microsoft / win32metadata

Tooling to generate metadata for Win32 APIs in the Windows SDK.
Other
1.32k stars 113 forks source link

`BCRYPT_HANDLE` should not have a `RAIIFree` attribute #1908

Closed kennykerr closed 3 months ago

kennykerr commented 3 months ago

It's meant for polymorphic handle operations like BCryptGetProperty.

Related: #1895

riverar commented 3 months ago
    "Name": "BCRYPT_HANDLE",
-   "CloseApi": "BCryptDestroyHash",
kennykerr commented 2 months ago

ETA on release with this fix? I think this is all that was holding up a Rust update.