Lines Matching defs:RootNameLength
168 ULONG RootNameLength;
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);