Function windows_sys::Win32::Security::Cryptography::CryptDecryptMessage
[−]pub unsafe extern "system" fn CryptDecryptMessage(
pdecryptpara: *const CRYPT_DECRYPT_MESSAGE_PARA,
pbencryptedblob: *const u8,
cbencryptedblob: u32,
pbdecrypted: *mut u8,
pcbdecrypted: *mut u32,
ppxchgcert: *mut *mut CERT_CONTEXT
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"