Type Alias CERT_TRUST_LIST_INFO

Source
pub type CERT_TRUST_LIST_INFO = _CERT_TRUST_LIST_INFO;

Aliased Type§

struct CERT_TRUST_LIST_INFO {
    pub cbSize: u32,
    pub pCtlEntry: *mut _CTL_ENTRY,
    pub pCtlContext: *const _CTL_CONTEXT,
}

Fields§

§cbSize: u32§pCtlEntry: *mut _CTL_ENTRY§pCtlContext: *const _CTL_CONTEXT