Searched defs:pLastSlash (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/SharedFolders/np/
H A Dvboxmrxnp.cpp1119 WCHAR *pLastSlash = pParent->lpRemoteName + RemoteNameLength; local
1120 if (*pLastSlash == L'\\')
1123 pLastSlash--;
1126 while (pLastSlash != pParent->lpRemoteName)
1128 if (*pLastSlash == L'\\')
1133 pLastSlash--;
1138 if ( pLastSlash == pParent->lpRemoteName
1139 || pLastSlash == pParent->lpRemoteName + 1)
1180 *pLastSlash = 0;

Completed in 50 milliseconds