Type Alias ENCRYPTION_PROTECTOR_LIST

Source
pub type ENCRYPTION_PROTECTOR_LIST = _ENCRYPTION_PROTECTOR_LIST;

Aliased Type§

struct ENCRYPTION_PROTECTOR_LIST {
    pub nProtectors: u32,
    pub pProtectors: *mut *mut _ENCRYPTION_PROTECTOR,
}

Fields§

§nProtectors: u32§pProtectors: *mut *mut _ENCRYPTION_PROTECTOR