Struct windows_sys::Win32::Security::Cryptography::CRYPT_RC2_CBC_PARAMETERS
#[repr(C)]pub struct CRYPT_RC2_CBC_PARAMETERS {
pub dwVersion: u32,
pub fIV: BOOL,
pub rgbIV: [u8; 8],
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields§
§dwVersion: u32
§fIV: BOOL
§rgbIV: [u8; 8]