Type Alias CERT_LOGOTYPE_EXT_INFO

Source
pub type CERT_LOGOTYPE_EXT_INFO = _CERT_LOGOTYPE_EXT_INFO;

Aliased Type§

struct CERT_LOGOTYPE_EXT_INFO {
    pub cCommunityLogo: u32,
    pub rgCommunityLogo: *mut _CERT_LOGOTYPE_INFO,
    pub pIssuerLogo: *mut _CERT_LOGOTYPE_INFO,
    pub pSubjectLogo: *mut _CERT_LOGOTYPE_INFO,
    pub cOtherLogo: u32,
    pub rgOtherLogo: *mut _CERT_OTHER_LOGOTYPE_INFO,
}

Fields§