#[repr(C)]pub struct CMSG_HASHED_ENCODE_INFO {
pub cbSize: u32,
pub hCryptProv: usize,
pub HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub pvHashAuxInfo: *mut c_void,
}Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
Fields
cbSize: u32hCryptProv: usizeHashAlgorithm: CRYPT_ALGORITHM_IDENTIFIERpvHashAuxInfo: *mut c_void