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: *mut c_void,
pub dwStoreProvFlags: CERT_STORE_PROV_FLAGS,
pub hStoreProvFuncAddr2: *mut c_void,
}Expand description
Required features: ‘Win32_Security_Cryptography’
Fields
cbSize: u32cStoreProvFunc: u32rgpvStoreProvFunc: *mut *mut c_voidhStoreProv: *mut c_voiddwStoreProvFlags: CERT_STORE_PROV_FLAGShStoreProvFuncAddr2: *mut c_void