table of contents
other versions
- wheezy 1.4.1-4
RSAENH_CPDestroyHash(3w) | Wine API | 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 its 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: FALSEIMPLEMENTATION¶
Not declared in a Wine header. The function is either undocumented, or missing from Wine. Implemented in "dlls/rsaenh/rsaenh.c". Debug channel "crypt".Oct 2012 | Wine API |