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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp5770 SafeArray<BSTR> namesOut; local
5775 hrc = pConsole->mControl->PullGuestProperties(ComSafeArrayAsOutParam(namesOut),
5780 size_t cProps = namesOut.size();
5799 AssertPtrBreakStmt(namesOut[i], rc = VERR_INVALID_PARAMETER);
5800 rc = RTUtf16ToUtf8(namesOut[i], &papszNames[i]);

Completed in 49 milliseconds