Function windows_sys::Win32::Security::Cryptography::BCryptExportKey
[−]pub unsafe extern "system" fn BCryptExportKey(
hkey: BCRYPT_KEY_HANDLE,
hexportkey: BCRYPT_KEY_HANDLE,
pszblobtype: PWSTR,
pboutput: *mut u8,
cboutput: u32,
pcbresult: *mut u32,
dwflags: u32
) -> NTSTATUSExpand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
