Struct windows_sys::Win32::Security::Cryptography::CERT_TRUST_LIST_INFO
[−]#[repr(C)]pub struct CERT_TRUST_LIST_INFO {
pub cbSize: u32,
pub pCtlEntry: *mut CTL_ENTRY,
pub pCtlContext: *mut CTL_CONTEXT,
}Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
Fields
cbSize: u32pCtlEntry: *mut CTL_ENTRYpCtlContext: *mut CTL_CONTEXT