windows::Win32::Networking::WinInet

Function CreateUrlCacheEntryExW

pub unsafe fn CreateUrlCacheEntryExW<P0, P2>(
    lpszurlname: P0,
    dwexpectedfilesize: u32,
    lpszfileextension: P2,
    lpszfilename: &mut [u16; 260],
    dwreserved: u32,
    fpreserveincomingfilename: bool,
) -> BOOL
where P0: Param<PCWSTR>, P2: Param<PCWSTR>,