#[repr(C)]
pub struct CRYPT_RETRIEVE_AUX_INFO { pub cbSize: u32, pub pLastSyncTime: *mut FILETIME, pub dwMaxUrlRetrievalByteCount: u32, pub pPreFetchInfo: *mut CRYPTNET_URL_CACHE_PRE_FETCH_INFO, pub pFlushInfo: *mut CRYPTNET_URL_CACHE_FLUSH_INFO, pub ppResponseInfo: *mut *mut CRYPTNET_URL_CACHE_RESPONSE_INFO, pub pwszCacheFileNamePrefix: PWSTR, pub pftCacheResync: *mut FILETIME, pub fProxyCacheRetrieval: BOOL, pub dwHttpStatusCode: u32, pub ppwszErrorResponseHeaders: *mut PWSTR, pub ppErrorContentBlob: *mut *mut CRYPTOAPI_BLOB, }
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"

Fields

cbSize: u32pLastSyncTime: *mut FILETIMEdwMaxUrlRetrievalByteCount: u32pPreFetchInfo: *mut CRYPTNET_URL_CACHE_PRE_FETCH_INFOpFlushInfo: *mut CRYPTNET_URL_CACHE_FLUSH_INFOppResponseInfo: *mut *mut CRYPTNET_URL_CACHE_RESPONSE_INFOpwszCacheFileNamePrefix: PWSTRpftCacheResync: *mut FILETIMEfProxyCacheRetrieval: BOOLdwHttpStatusCode: u32ppwszErrorResponseHeaders: *mut PWSTRppErrorContentBlob: *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.