Home
last modified time | relevance | path

Searched refs:achPath (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/shlwapi/
H A Dpath.c2751 int WINAPI PathCommonPrefixA(LPCSTR lpszFile1, LPCSTR lpszFile2, LPSTR achPath) in PathCommonPrefixA() argument
2759 if (achPath) in PathCommonPrefixA()
2760 *achPath = '\0'; in PathCommonPrefixA()
2793 if (iLen && achPath) in PathCommonPrefixA()
2795 memcpy(achPath,lpszFile1,iLen); in PathCommonPrefixA()
2796 achPath[iLen] = '\0'; in PathCommonPrefixA()
2814 if (achPath) in PathCommonPrefixW()
2815 *achPath = '\0'; in PathCommonPrefixW()
2848 if (iLen && achPath) in PathCommonPrefixW()
2850 memcpy(achPath,lpszFile1,iLen * sizeof(WCHAR)); in PathCommonPrefixW()
[all …]