windows::Win32::UI::Shell

Function PathCchCombine

pub unsafe fn PathCchCombine<P2, P3>(
    pszpathout: &mut [u16],
    pszpathin: P2,
    pszmore: P3,
) -> Result<()>
where P2: Param<PCWSTR>, P3: Param<PCWSTR>,