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

/vbox/src/VBox/Additions/WINNT/SharedFolders/np/
H A Dvboxmrxnp.cpp551 static const WCHAR *vboxSkipServerPrefix(const WCHAR *lpRemoteName, const WCHAR *lpPrefix) argument
553 while (*lpPrefix)
555 if (vboxToUpper(*lpPrefix) != vboxToUpper(*lpRemoteName))
561 lpPrefix++;

Completed in 45 milliseconds