windows::Win32::Networking::WinInet

Function UrlCacheRetrieveEntryFile

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