windows::Win32::UI::Shell

Function PathCombineW

pub unsafe fn PathCombineW<P1, P2>(
    pszdest: &mut [u16; 260],
    pszdir: P1,
    pszfile: P2,
) -> PWSTR
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,