RSAENH_CPDestroyHash(3w)
NAME
RSAENH_CPDestroyHash (RSAENH.@)
SYNOPSIS
BOOL RSAENH_CPDestroyHash ( HCRYPTPROV hProv, HCRYPTHASH hHash )
DESCRIPTION
Releases the handle to a hash object. The object is destroyed if it's
reference count reaches zero.
PARAMS
hProv [In] Handle to the key container to which the hash object
belongs.
hHash [In] Handle to the hash object to be released.
RETURNS
Success: TRUE
Failure: FALSE
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/rsaenh/rsaenh.c".
- Debug channel "crypt".