windows::Win32::Networking::WinInet

Function RetrieveUrlCacheEntryStreamA

pub unsafe fn RetrieveUrlCacheEntryStreamA<P0>(
    lpszurlname: P0,
    lpcacheentryinfo: Option<*mut INTERNET_CACHE_ENTRY_INFOA>,
    lpcbcacheentryinfo: *mut u32,
    frandomread: bool,
    dwreserved: Option<u32>,
) -> Result<HANDLE>
where P0: Param<PCSTR>,