Struct windows_sys::Win32::Security::Cryptography::CMSG_HASHED_ENCODE_INFO
#[repr(C)]pub struct CMSG_HASHED_ENCODE_INFO {
pub cbSize: u32,
pub hCryptProv: HCRYPTPROV_LEGACY,
pub HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub pvHashAuxInfo: *mut c_void,
}Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§cbSize: u32§hCryptProv: HCRYPTPROV_LEGACY§HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER§pvHashAuxInfo: *mut c_void