RSAENH_CPDestroyHash (RSAENH.@)
BOOL RSAENH_CPDestroyHash ( HCRYPTPROV hProv, HCRYPTHASH hHash )
Releases the handle to a hash object. The object is destroyed if its reference count reaches zero.
hProv | [In] | Handle to the key container to which the hash object belongs. |
hHash | [In] | Handle to the hash object to be released. |
Success: TRUE
Failure: FALSE
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/rsaenh/rsaenh.c". gitlab.winehq.org/wine/wine/blob/master/dlls/rsaenh/rsaenh.c
Debug channel "crypt".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.