Searched refs:lpParentPath (Results 1 – 1 of 1) sorted by relevance
80 LPTSTR lpParentPath = (LPTSTR)_alloca( (nParentLen + 1) * sizeof(TCHAR) ); variable82 CopyMemory( lpParentPath, lpShortPath, nParentLen * sizeof(TCHAR) ); 83 lpParentPath[nParentLen] = 0;85 dwResult = GetLongPathName( lpParentPath, lpLongPath, cchBuffer );88 _tcscpy( lpLongPath, lpParentPath );
Completed in 5 milliseconds