Function windows_sys::Win32::Security::Cryptography::CryptRetrieveObjectByUrlA
[−]pub unsafe extern "system" fn CryptRetrieveObjectByUrlA(
pszurl: PCSTR,
pszobjectoid: PCSTR,
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
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"