CryptDestroyKey(3w)
NAME
CryptDestroyKey (ADVAPI32.@)
SYNOPSIS
BOOL CryptDestroyKey
(
HCRYPTKEY hKey
)
DESCRIPTION
Releases the handle referenced by hKey.
PARAMS
hKey [In] Handle of the key to be destroyed.
RETURNS
Success: TRUE
Failure: FALSE
IMPLEMENTATION
Defined in "wincrypt.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/advapi32/crypt.c".
- Debug channel "crypt".