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§
§cCommunityLogo: u32
§rgCommunityLogo: *mut _CERT_LOGOTYPE_INFO
§pIssuerLogo: *mut _CERT_LOGOTYPE_INFO
§pSubjectLogo: *mut _CERT_LOGOTYPE_INFO
§cOtherLogo: u32
§rgOtherLogo: *mut _CERT_OTHER_LOGOTYPE_INFO