Home
last modified time | relevance | path

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

/aoo4110/main/sal/systools/win32/uwinapi/
H A DGetLongPathName.cpp28 if ( IsBadStringPtr( lpShortPath, MAX_PATH ) )
38 if ( _tcslen( lpShortPath ) == 2 && lpShortPath[1] == ':' )
40 _tcscpy( lpLongPath, lpShortPath );
48 if ( lpShortPath[_tcslen(lpShortPath)-1] == '\\' )
52 _tcscpy( szFilePath, lpShortPath );
59 hFind = FindFirstFile( lpShortPath, &aFindFileData );
64 _tcscpy( szFilePath, lpShortPath );
75 LPCTSTR lpLastSlash = _tcsrchr( lpShortPath, '\\' );
79 int nParentLen = lpLastSlash - lpShortPath;
82 CopyMemory( lpParentPath, lpShortPath, nParentLen * sizeof(TCHAR) );
[all …]
H A DGetLongPathNameW.cpp27 EXTERN_C DWORD WINAPI GetLongPathNameW_NT( LPCWSTR lpShortPath, LPWSTR lpLongPath, DWORD cchBuffer ) in GetLongPathNameW_NT() argument
32 AUTO_WSTR2STR( lpShortPath ); in GetLongPathNameW_NT()
H A DGetLongPathNameA.cpp26 IMPLEMENT_THUNK( kernel32, WINDOWS, DWORD, WINAPI, GetLongPathNameA, ( LPCTSTR lpShortPath, LPTSTR …

Completed in 32 milliseconds