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