Union windows_sys::Win32::Security::Cryptography::UI::CRYPTUI_WIZ_EXPORT_INFO_0
#[repr(C)]
pub union CRYPTUI_WIZ_EXPORT_INFO_0 {
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§
§pCertContext: *const CERT_CONTEXT
§pCTLContext: *mut CTL_CONTEXT
§pCRLContext: *mut CRL_CONTEXT
§hCertStore: HCERTSTORE