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

/vbox/src/VBox/Main/src-server/
H A DProgressProxyImpl.cpp355 ComPtr<IVirtualBoxErrorInfo> ptrErrorInfo; local
356 hrc = pOtherProgress->COMGETTER(ErrorInfo)(ptrErrorInfo.asOutParam());
357 if (SUCCEEDED(hrc) && !ptrErrorInfo.isNull())
360 hrc = ptrErrorInfo->COMGETTER(InterfaceID)(bstrIID.asOutParam()); AssertComRC(hrc);
365 hrc = ptrErrorInfo->COMGETTER(Component)(bstrComponent.asOutParam()); AssertComRC(hrc);
370 hrc = ptrErrorInfo->COMGETTER(Text)(bstrText.asOutParam()); AssertComRC(hrc);

Completed in 558 milliseconds