#[repr(C)]
pub struct CERT_VERIFY_CERTIFICATE_TRUST {
Show 19 fields pub cbSize: u32, pub pccert: *const CERT_CONTEXT, pub dwFlags: u32, pub dwIgnoreErr: u32, pub pdwErrors: *mut u32, pub pszUsageOid: PSTR, pub hprov: usize, pub cRootStores: u32, pub rghstoreRoots: *mut HCERTSTORE, pub cStores: u32, pub rghstoreCAs: *mut HCERTSTORE, pub cTrustStores: u32, pub rghstoreTrust: *mut HCERTSTORE, pub lCustData: LPARAM, pub pfnTrustHelper: PFNTRUSTHELPER, pub pcChain: *mut u32, pub prgChain: *mut *mut *mut CERT_CONTEXT, pub prgdwErrors: *mut *mut u32, pub prgpbTrustInfo: *mut *mut CRYPTOAPI_BLOB,
}
Expand description

Required features: "Win32_Security_Cryptography_UI", "Win32_Foundation"

Fields

cbSize: u32pccert: *const CERT_CONTEXTdwFlags: u32dwIgnoreErr: u32pdwErrors: *mut u32pszUsageOid: PSTRhprov: usizecRootStores: u32rghstoreRoots: *mut HCERTSTOREcStores: u32rghstoreCAs: *mut HCERTSTOREcTrustStores: u32rghstoreTrust: *mut HCERTSTORElCustData: LPARAMpfnTrustHelper: PFNTRUSTHELPERpcChain: *mut u32prgChain: *mut *mut *mut CERT_CONTEXTprgdwErrors: *mut *mut u32prgpbTrustInfo: *mut *mut CRYPTOAPI_BLOB

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.