Searched refs:lpEndPath (Results 1 – 1 of 1) sorted by relevance
440 LPTSTR lpEndPath = NULL; in PathAddBackslash() local448 lpEndPath = lpPath + nLen; in PathAddBackslash()449 *lpEndPath++ = '\\'; in PathAddBackslash()450 *lpEndPath = 0; in PathAddBackslash()453 return lpEndPath; in PathAddBackslash()
Completed in 12 milliseconds