table of contents
other versions
- wheezy 1.4.1-4
CryptDestroyHash(3w) | Wine API | CryptDestroyHash(3w) |
NAME¶
CryptDestroyHash (ADVAPI32.@)SYNOPSIS¶
BOOL CryptDestroyHash(
HCRYPTHASH hHash
)
DESCRIPTION¶
Destroys the hash object referenced by hHash.PARAMS¶
hHash [In] Handle of the hash object to be destroyed.RETURNS¶
Success: TRUE Failure: FALSEIMPLEMENTATION¶
Declared in "wincrypt.h". Implemented in "dlls/advapi32/crypt.c". Debug channel "crypt".Oct 2012 | Wine API |