Function windows_sys::Win32::Security::Cryptography::UI::CryptUIDlgSelectCertificateFromStore
pub unsafe extern "system" fn CryptUIDlgSelectCertificateFromStore(
hcertstore: HCERTSTORE,
hwnd: HWND,
pwsztitle: PCWSTR,
pwszdisplaystring: PCWSTR,
dwdontusecolumn: u32,
dwflags: u32,
pvreserved: *const c_void
) -> *mut CERT_CONTEXT
Expand description
Required features: "Win32_Security_Cryptography_UI"
, "Win32_Foundation"