Searched defs:lpLastSlash (Results 1 – 4 of 4) sorted by relevance
75 LPCTSTR lpLastSlash = _tcsrchr( lpShortPath, '\\' ); variable
113 wchar_t *lpLastSlash = wcsrchr( pszFolder, '\\' ); in rebaseImagesInFolder() local131 wchar_t *lpLastSlash = wcsrchr( pszFolder, '\\' ); in rebaseImagesInFolder() local
194 _TCHAR *lpLastSlash = _tcsrchr( szModuleFileName, '\\' ); in WinMain() local
409 LPTSTR lpLastSlash = _tcsrchr( lpPath, '/' ); in PathRemoveFileSpec() local
Completed in 62 milliseconds