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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp7853 Bstr bstrHostPath; local
7861 rc = pSharedFolder->COMGETTER(HostPath)(bstrHostPath.asOutParam());
7863 Utf8Str strHostPath(bstrHostPath);
8032 Bstr bstrHostPath(aData.m_strHostPath);
8034 cbString = (bstrHostPath.length() + 1) * sizeof(RTUTF16);
8039 memcpy(pFolderName->String.ucs2, bstrHostPath.raw(), cbString);

Completed in 75 milliseconds