windows::Win32::Networking::WinInet

Function InternetConvertUrlFromWireToWideChar

pub unsafe fn InternetConvertUrlFromWireToWideChar<P2>(
    pcszurl: &[u8],
    pcwszbaseurl: P2,
    dwcodepagehost: u32,
    dwcodepagepath: u32,
    fencodepathextra: bool,
    dwcodepageextra: u32,
    ppwszconvertedurl: *mut PWSTR,
) -> u32
where P2: Param<PCWSTR>,