pub type EFS_KEY_INFO = _EFS_KEY_INFO;Aliased Type§
#[repr(C)]pub struct EFS_KEY_INFO {
pub dwVersion: u64,
pub Entropy: u64,
pub Algorithm: u32,
pub KeyLength: u64,
}Fields§
§dwVersion: u64§Entropy: u64§Algorithm: u32§KeyLength: u64