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

/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dvbsfhlp.c450 PSHFLSTRING pShflString; local
455 pShflString = (PSHFLSTRING)vbsfAllocNonPagedMem(ulShflStringSize);
456 if (pShflString)
458 if (ShflStringInitBuffer(pShflString, ulShflStringSize))
462 RtlCopyMemory(pShflString->String.ucs2, pwc, cb);
463 pShflString->String.ucs2[cb / sizeof(WCHAR)] = 0;
464 pShflString->u16Length = cb; /* without terminating null */
465 AssertMsg(pShflString->u16Length + sizeof(WCHAR) == pShflString->u16Size,
466 ("u16Length %d, u16Size %d\n", pShflString
[all...]

Completed in 42 milliseconds