Searched refs:bstrComponent (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DVirtualBoxErrorInfoImpl.cpp152 Bstr bstrComponent; local
153 rc = aInfo->GetSource(bstrComponent.asOutParam());
155 m_strComponent = bstrComponent;
/vbox/src/VBox/Main/src-server/
H A DProgressProxyImpl.cpp364 Bstr bstrComponent; local
365 hrc = ptrErrorInfo->COMGETTER(Component)(bstrComponent.asOutParam()); AssertComRC(hrc);
367 bstrComponent = "failed";
378 Utf8Str(bstrComponent).c_str(),

Completed in 33 milliseconds