#[repr(C)]
pub union CRYPTUI_WIZ_IMPORT_SRC_INFO_0 {
pub pwszFileName: PCWSTR,
pub pCertContext: *const CERT_CONTEXT,
pub pCTLContext: *mut CTL_CONTEXT,
pub pCRLContext: *mut CRL_CONTEXT,
pub hCertStore: HCERTSTORE,
}
Expand description
Required features: "Win32_Security_Cryptography_UI"
, "Win32_Foundation"
Fields§
§pwszFileName: PCWSTR
§pCertContext: *const CERT_CONTEXT
§pCTLContext: *mut CTL_CONTEXT
§pCRLContext: *mut CRL_CONTEXT
§hCertStore: HCERTSTORE