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

/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dvbsf.c750 ULONG cbRemoteName = LowIoContext->ParamsFor.IoCtl.OutputBufferLength; local
754 cbConnectName / sizeof(WCHAR), pwcConnectName, cbConnectName, pwcRemoteName, cbRemoteName));
794 if ((pDeviceExtension->cLocalConnections[idx]) && (cbLocalConnectionName <= cbRemoteName))
796 RtlZeroMemory(pwcRemoteName, cbRemoteName);
826 ULONG cbRemoteName = LowIoContext->ParamsFor.IoCtl.OutputBufferLength; local
833 *pConnectId, pwcRemoteName, cbRemoteName));
835 /* Allocate empty string where the host can store cbRemoteName bytes. */
836 Status = vbsfShflStringFromUnicodeAlloc(&pString, NULL, (uint16_t)cbRemoteName);
844 && pString->u16Length < cbRemoteName)
/vbox/src/VBox/Additions/WINNT/SharedFolders/np/
H A Dvboxmrxnp.cpp511 ULONG cbRemoteName = (lstrlen(RemoteName) + 1) * sizeof (WCHAR); /* Including the trailing 0. */ local
514 RemoteName, cbRemoteName));
516 DWORD len = sizeof(WCHAR) + cbRemoteName; /* Including the leading '\'. */
521 CopyMemory(&lpRemoteName[1], RemoteName, cbRemoteName);
764 int cbRemoteName; local
829 cbRemoteName = (lstrlen(RemoteName) + 1) * sizeof(WCHAR);
832 cbEntry += sizeof(WCHAR) + cbRemoteName; /* Leading \. */
860 CopyMemory(pDst, RemoteName, cbRemoteName);
861 pDst += cbRemoteName / sizeof(WCHAR);
974 cbRemoteName
[all...]

Completed in 46 milliseconds