Searched refs:lpLongPath (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sal/systools/win32/uwinapi/ |
H A D | GetLongPathName.cpp | 35 if ( !lpLongPath ) 40 _tcscpy( lpLongPath, lpShortPath ); 41 dwResult = _tcslen( lpLongPath ); 85 dwResult = GetLongPathName( lpParentPath, lpLongPath, cchBuffer ); 88 _tcscpy( lpLongPath, lpParentPath ); 92 _tcscpy( lpLongPath, lpShortPath ); 93 dwResult = _tcslen( lpLongPath ); 98 _tcscat( lpLongPath, TEXT("\\") ); 99 _tcscat( lpLongPath, aFindFileData.cFileName ); 100 dwResult = _tcslen( lpLongPath );
|
H A D | GetLongPathNameW.cpp | 27 EXTERN_C DWORD WINAPI GetLongPathNameW_NT( LPCWSTR lpShortPath, LPWSTR lpLongPath, DWORD cchBuffer ) in GetLongPathNameW_NT() argument 33 AUTO_STR( lpLongPath, cchBuffer ); in GetLongPathNameW_NT() 38 STR2WSTR( lpLongPath, cchBuffer ); in GetLongPathNameW_NT()
|
H A D | GetLongPathNameA.cpp | 26 …INDOWS, DWORD, WINAPI, GetLongPathNameA, ( LPCTSTR lpShortPath, LPTSTR lpLongPath, DWORD cchBuffer…
|
Completed in 34 milliseconds