Searched refs:lpszCurr (Results 1 – 1 of 1) sorted by relevance
1222 LPCWSTR lpszCurr; in SHLWAPI_PathFindInOtherDirs() local1260 lpszCurr = lpszPATH; in SHLWAPI_PathFindInOtherDirs()1261 while (lpszCurr) in SHLWAPI_PathFindInOtherDirs()1263 LPCWSTR lpszEnd = lpszCurr; in SHLWAPI_PathFindInOtherDirs()1273 lpszCurr = lpszEnd + 1; in SHLWAPI_PathFindInOtherDirs()1275 lpszCurr = NULL; /* Last Path, terminate after this */ in SHLWAPI_PathFindInOtherDirs()