PathAllocCombine function api_ms_win_core_path_l1_1_0
Concatenates two path fragments into a single path.
HRESULT PathAllocCombine(
PCWSTR pszPathIn,
PCWSTR pszMore,
ULONG dwFlags,
PWSTR *ppszPathOut
);
Implementation
int PathAllocCombine(
Pointer<Utf16> pszPathIn,
Pointer<Utf16> pszMore,
int dwFlags,
Pointer<Pointer<Utf16>> ppszPathOut,
) => _PathAllocCombine(pszPathIn, pszMore, dwFlags, ppszPathOut);