windows::Win32::Security::Cryptography::Certificates

Type Alias FNIMPORTPFXTOPROVIDER

pub type FNIMPORTPFXTOPROVIDER = Option<unsafe extern "system" fn(hwndparent: HWND, pbpfx: *const u8, cbpfx: u32, importflags: ImportPFXFlags, pwszpassword: PCWSTR, pwszprovidername: PCWSTR, pwszreadername: PCWSTR, pwszcontainernameprefix: PCWSTR, pwszpin: PCWSTR, pwszfriendlyname: PCWSTR, pccertout: *mut u32, prgpcertout: *mut *mut *mut CERT_CONTEXT) -> HRESULT>;

Aliased Type§

enum FNIMPORTPFXTOPROVIDER {
    None,
    Some(unsafe extern "system" fn(_: HWND, _: *const u8, _: u32, _: ImportPFXFlags, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: *mut u32, _: *mut *mut *mut CERT_CONTEXT) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: HWND, _: *const u8, _: u32, _: ImportPFXFlags, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: *mut u32, _: *mut *mut *mut CERT_CONTEXT) -> HRESULT)

Some value of type T.