windows::Win32::Networking::WinInet

Function UrlCacheGetEntryInfo

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