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

/vbox/src/VBox/Additions/WINNT/SharedFolders/np/
H A Dvboxmrxnp.cpp1103 DWORD RemoteNameLength = lstrlen(lpNetResource->lpRemoteName); local
1106 cbEntry += (RemoteNameLength + 1) * sizeof (WCHAR);
1119 WCHAR *pLastSlash = pParent->lpRemoteName + RemoteNameLength;
1400 DWORD RemoteNameLength = 0; local
1450 RemoteNameLength = *lpBufferSize - BufferRequired;
1454 RemoteNameLength = 0;
1459 RemoteNameLength? pUniversalNameInfo->lpUniversalName: NULL,
1460 &RemoteNameLength);
1473 if (RemoteNameLength < sizeof (WCHAR))
1480 BufferRequired += RemoteNameLength;
[all...]

Completed in 46 milliseconds