Function CoInternetCombineUrlEx
pub unsafe fn CoInternetCombineUrlEx<P0, P1>(
pbaseuri: P0,
pwzrelativeurl: P1,
dwcombineflags: u32,
ppcombineduri: *mut Option<IUri>,
dwreserved: Option<usize>,
) -> Result<()>where
P0: Param<IUri>,
P1: Param<PCWSTR>,