Function windows_sys::Win32::Networking::WinInet::GetUrlCacheEntryBinaryBlob
[−]pub unsafe extern "system" fn GetUrlCacheEntryBinaryBlob(
pwszurlname: PCWSTR,
dwtype: *mut u32,
pftexpiretime: *mut FILETIME,
pftaccesstime: *mut FILETIME,
pftmodifiedtime: *mut FILETIME,
ppbblob: *mut *mut u8,
pcbblob: *mut u32
) -> u32
Expand description
Required features: "Win32_Networking_WinInet"
, "Win32_Foundation"