Function crypt32::CryptHashToBeSigned
[−]
[src]
pub unsafe extern "system" fn CryptHashToBeSigned(
hCryptProv: HCRYPTPROV_LEGACY,
dwCertEncodingType: DWORD,
pbEncoded: *const BYTE,
cbEncoded: DWORD,
pbComputedHash: *mut BYTE,
pcbComputedHash: *mut DWORD
) -> BOOL