Struct windows_sys::Win32::Security::Cryptography::UI::CERT_SELECTUI_INPUT
#[repr(C)]pub struct CERT_SELECTUI_INPUT {
pub hStore: HCERTSTORE,
pub prgpChain: *mut *mut CERT_CHAIN_CONTEXT,
pub cChain: u32,
}
Expand description
Required features: "Win32_Security_Cryptography_UI"
, "Win32_Foundation"
Fields§
§hStore: HCERTSTORE
§prgpChain: *mut *mut CERT_CHAIN_CONTEXT
§cChain: u32