RSAENH_CPDuplicateKey (RSAENH.@)
BOOL RSAENH_CPDuplicateKey ( HCRYPTPROV hUID, HCRYPTKEY hKey, DWORD* pdwReserved, DWORD dwFlags, HCRYPTKEY* phKey )
Clones a key object including its current state.
hUID | [In] | Handle to the key container the hash belongs to. |
hKey | [In] | Handle to the key object to be cloned. |
pdwReserved | [In] | Reserved. Must be NULL. |
dwFlags | [In] | No flags are currently defined. Must be 0. |
phHash | [Out] | Handle to the cloned key object. |
Success: TRUE.
Failure: FALSE.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/rsaenh/rsaenh.c". gitlab.winehq.org/wine/wine/blob/master/dlls/rsaenh/rsaenh.c
Debug channel "crypt".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.