#[repr(C)]pub struct CERT_REVOCATION_CHAIN_PARA {
pub cbSize: u32,
pub hChainEngine: HCERTCHAINENGINE,
pub hAdditionalStore: HCERTSTORE,
pub dwChainFlags: u32,
pub dwUrlRetrievalTimeout: u32,
pub pftCurrentTime: *mut FILETIME,
pub pftCacheResync: *mut FILETIME,
pub cbMaxUrlRetrievalByteCount: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
cbSize: u32
hChainEngine: HCERTCHAINENGINE
hAdditionalStore: HCERTSTORE
dwChainFlags: u32
dwUrlRetrievalTimeout: u32
pftCurrentTime: *mut FILETIME
pftCacheResync: *mut FILETIME
cbMaxUrlRetrievalByteCount: u32
Trait Implementations
impl Clone for CERT_REVOCATION_CHAIN_PARA
impl Clone for CERT_REVOCATION_CHAIN_PARA
impl Copy for CERT_REVOCATION_CHAIN_PARA
Auto Trait Implementations
impl RefUnwindSafe for CERT_REVOCATION_CHAIN_PARA
impl !Send for CERT_REVOCATION_CHAIN_PARA
impl !Sync for CERT_REVOCATION_CHAIN_PARA
impl Unpin for CERT_REVOCATION_CHAIN_PARA
impl UnwindSafe for CERT_REVOCATION_CHAIN_PARA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more