webview2_com_sys::Windows::Win32::UI::Shell

Function UrlCombineW

Source
pub unsafe fn UrlCombineW<'a>(
    pszbase: impl IntoParam<'a, PWSTR>,
    pszrelative: impl IntoParam<'a, PWSTR>,
    pszcombined: PWSTR,
    pcchcombined: *mut u32,
    dwflags: u32,
) -> Result<()>