#[repr(C)]pub struct ENCRYPTION_PROTECTOR_LIST {
pub nProtectors: u32,
pub pProtectors: *mut *mut ENCRYPTION_PROTECTOR,
}Expand description
Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’, ‘Win32_Security’
Fields
nProtectors: u32pProtectors: *mut *mut ENCRYPTION_PROTECTOR