Function windows_sys::Win32::Security::Cryptography::BCryptDuplicateHash
[−]pub unsafe extern "system" fn BCryptDuplicateHash(
hhash: BCRYPT_HASH_HANDLE,
phnewhash: *mut BCRYPT_HASH_HANDLE,
pbhashobject: *mut u8,
cbhashobject: u32,
dwflags: u32
) -> NTSTATUS
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"