NAME

RSAENH_CPDuplicateHash  (RSAENH.@)

SYNOPSIS

 BOOL RSAENH_CPDuplicateHash
 (
  HCRYPTPROV  hUID,
  HCRYPTHASH  hHash,
  DWORD*      pdwReserved,
  DWORD       dwFlags,
  HCRYPTHASH* phHash
 )

DESCRIPTION

Clones a hash object including its current state.

PARAMS

hUID [In] Handle to the key container the hash belongs to.
hHash [In] Handle to the hash 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 hash object.

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.