Home
last modified time | relevance | path

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

/aoo42x/main/sal/systools/win32/uwinapi/
H A DGetLongPathName.cpp80 LPTSTR lpParentPath = (LPTSTR)_alloca( (nParentLen + 1) * sizeof(TCHAR) ); variable
82 CopyMemory( lpParentPath, lpShortPath, nParentLen * sizeof(TCHAR) );
83 lpParentPath[nParentLen] = 0;
85 dwResult = GetLongPathName( lpParentPath, lpLongPath, cchBuffer );
88 _tcscpy( lpLongPath, lpParentPath );

Completed in 13 milliseconds