Searched refs:bstrText (Results 1 - 4 of 4) 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);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dexdisp.idl939 [id(1)] HRESULT AddNextMenuItem([in] BSTR bstrText, [in] long idItem);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dexdisp.idl811 [id(1)] HRESULT AddNextMenuItem([in] BSTR bstrText, [in] long idItem);

Completed in 611 milliseconds