Function windows_sys::Win32::Security::Cryptography::CryptRetrieveObjectByUrlA
[−]pub unsafe extern "system" fn CryptRetrieveObjectByUrlA(
pszurl: PSTR,
pszobjectoid: PSTR,
dwretrievalflags: u32,
dwtimeout: u32,
ppvobject: *mut *mut c_void,
hasyncretrieve: HCRYPTASYNC,
pcredentials: *const CRYPT_CREDENTIALS,
pvverify: *const c_void,
pauxinfo: *mut CRYPT_RETRIEVE_AUX_INFO
) -> BOOLExpand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
