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

/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dpath.c877 PSHFLSTRING SrcPath = 0, DestPath = 0; local
901 Status = vbsfShflStringFromUnicodeAlloc(&SrcPath, RemainingName->Buffer, RemainingName->Length);
909 SrcPath->u16Length / sizeof(WCHAR), &SrcPath->String.ucs2[0]));
917 vboxRC = vboxCallRename(&pDeviceExtension->hgcmClient, &pNetRootExtension->map, SrcPath, DestPath, flags);
919 vbsfFreeNonPagedMem(SrcPath);

Completed in 33 milliseconds