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

/vbox/src/VBox/Main/src-all/
H A DVirtualBoxErrorInfoImpl.cpp156 Bstr bstrText; local
157 rc = aInfo->GetDescription(bstrText.asOutParam());
159 m_strText = bstrText;
/vbox/src/VBox/Main/src-server/
H A DProgressProxyImpl.cpp369 Bstr bstrText; local
370 hrc = ptrErrorInfo->COMGETTER(Text)(bstrText.asOutParam()); AssertComRC(hrc);
372 bstrText = "<failed>";
374 Utf8Str strText(bstrText);

Completed in 34 milliseconds