windows::Win32::Networking::WinInet

Function UrlCacheRetrieveEntryStream

pub unsafe fn UrlCacheRetrieveEntryStream<P1>(
    happcache: Option<*const c_void>,
    pcwszurl: P1,
    frandomread: bool,
    pcacheentryinfo: *mut URLCACHE_ENTRY_INFO,
    phentrystream: *mut *mut c_void,
) -> u32
where P1: Param<PCWSTR>,