Struct windows_sys::Win32::Security::Cryptography::UI::CRYPTUI_WIZ_EXPORT_INFO
#[repr(C)]pub struct CRYPTUI_WIZ_EXPORT_INFO {
pub dwSize: u32,
pub pwszExportFileName: PCWSTR,
pub dwSubjectChoice: CRYPTUI_WIZ_EXPORT_SUBJECT,
pub Anonymous: CRYPTUI_WIZ_EXPORT_INFO_0,
pub cStores: u32,
pub rghStores: *mut HCERTSTORE,
}
Expand description
Required features: "Win32_Security_Cryptography_UI"
, "Win32_Foundation"
Fields§
§dwSize: u32
§pwszExportFileName: PCWSTR
§dwSubjectChoice: CRYPTUI_WIZ_EXPORT_SUBJECT
§Anonymous: CRYPTUI_WIZ_EXPORT_INFO_0
§cStores: u32
§rghStores: *mut HCERTSTORE