Struct windows_sys::Win32::Storage::FileSystem::EFS_KEY_INFO
[−]#[repr(C)]pub struct EFS_KEY_INFO {
pub dwVersion: u32,
pub Entropy: u32,
pub Algorithm: u32,
pub KeyLength: u32,
}Expand description
Required features: ‘Win32_Storage_FileSystem’
Fields
dwVersion: u32Entropy: u32Algorithm: u32KeyLength: u32