Struct windows_sys::Win32::Security::Cryptography::CERT_STORE_PROV_INFO
#[repr(C)]pub struct CERT_STORE_PROV_INFO {
pub cbSize: u32,
pub cStoreProvFunc: u32,
pub rgpvStoreProvFunc: *mut *mut c_void,
pub hStoreProv: HCERTSTOREPROV,
pub dwStoreProvFlags: CERT_STORE_PROV_FLAGS,
pub hStoreProvFuncAddr2: *mut c_void,
}Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§cbSize: u32§cStoreProvFunc: u32§rgpvStoreProvFunc: *mut *mut c_void§hStoreProv: HCERTSTOREPROV§dwStoreProvFlags: CERT_STORE_PROV_FLAGS§hStoreProvFuncAddr2: *mut c_void