Lines Matching refs:lpShortPath
28 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) );
92 _tcscpy( lpLongPath, lpShortPath );