Scroll to navigation

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: FALSE
 

IMPLEMENTATION

Declared in "wincrypt.h".
Implemented in "dlls/advapi32/crypt.c".
Debug channel "crypt".
Oct 2012 Wine API