Function windows::Win32::Networking::WinInet::InternetCombineUrlW
pub unsafe fn InternetCombineUrlW<P0, P1>(
lpszbaseurl: P0,
lpszrelativeurl: P1,
lpszbuffer: PWSTR,
lpdwbufferlength: *mut u32,
dwflags: u32,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,