Function windows::Win32::Networking::WinInet::GetUrlCacheEntryBinaryBlob
pub unsafe fn GetUrlCacheEntryBinaryBlob<P0>(
pwszurlname: P0,
dwtype: *mut u32,
pftexpiretime: *mut FILETIME,
pftaccesstime: *mut FILETIME,
pftmodifiedtime: *mut FILETIME,
ppbblob: *mut *mut u8,
pcbblob: *mut u32,
) -> u32where
P0: Param<PCWSTR>,