windows::Win32::UI::Shell

Function PathAllocCombine

pub unsafe fn PathAllocCombine<P0, P1>(
    pszpathin: P0,
    pszmore: P1,
    dwflags: PATHCCH_OPTIONS,
) -> Result<PWSTR>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,