Searched refs:RootNameLength (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dnet.c168 ULONG RootNameLength; local
176 RootNameLength = pNetRoot->pNetRootName->Length - pSrvCall->pSrvCallName->Length;
177 if (RootNameLength < sizeof(WCHAR))
187 RootNameLength -= sizeof(WCHAR); /* Remove leading backslash. */
192 if ( RootNameLength >= sizeof(WCHAR)
193 && pRootName[RootNameLength / sizeof(WCHAR) - 1] == 0)
194 RootNameLength -= sizeof(WCHAR);
199 RootNameLength, RootNameLength / sizeof(WCHAR), pRootName));
201 Status = vbsfShflStringFromUnicodeAlloc(&ParsedPath, pRootName, (uint16_t)RootNameLength);
[all...]

Completed in 93 milliseconds