NAME

RSAENH_CPDestroyKey  (RSAENH.@)

SYNOPSIS

 BOOL RSAENH_CPDestroyKey
 (
  HCRYPTPROV hProv,
  HCRYPTKEY  hKey
 )

DESCRIPTION

Releases the handle to a key object. The object is destroyed if its reference count reaches zero.

PARAMS

hProv [In] Handle to the key container to which the key object belongs.
hKey [In] Handle to the key object to be released.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/rsaenh/rsaenh.c". https://source.winehq.org/source/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 May 2024.