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

Function PathCchCombine

Source
pub unsafe fn PathCchCombine<'a>(
    pszpathout: PWSTR,
    cchpathout: usize,
    pszpathin: impl IntoParam<'a, PWSTR>,
    pszmore: impl IntoParam<'a, PWSTR>,
) -> Result<()>