CryptDuplicateKey(3w)
NAME
CryptDuplicateKey (ADVAPI32.@)
SYNOPSIS
BOOL CryptDuplicateKey ( HCRYPTKEY hKey, DWORD* pdwReserved, DWORD dwFlags, HCRYPTKEY* phKey )
DESCRIPTION
Duplicate a key and the key's state.
PARAMS
hKey [In] Handle of the key to copy.
pdwReserved [In] Reserved for future use and must be NULL.
dwFlags [In] Reserved for future use and must be zero.
phKey [In] Address of the handle to the duplicated key.
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".