Function windows_sys::Win32::Security::Cryptography::CryptGetKeyParam
pub unsafe extern "system" fn CryptGetKeyParam(
hkey: usize,
dwparam: CRYPT_KEY_PARAM_ID,
pbdata: *mut u8,
pdwdatalen: *mut u32,
dwflags: u32
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"