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

Function UrlCombineA

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