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

/vbox/src/VBox/Main/src-server/
H A DProgressProxyImpl.cpp346 LONG hrcResult; local
347 hrc = pOtherProgress->COMGETTER(ResultCode)(&hrcResult);
349 hrcResult = hrc;
350 if (SUCCEEDED((HRESULT)hrcResult))
375 LogFlowThisFunc(("Got ErrorInfo(%s); hrcResult=%Rhrc\n", strText.c_str(), hrcResult));
376 Progress::i_notifyComplete((HRESULT)hrcResult,
383 LogFlowThisFunc(("ErrorInfo failed with hrc=%Rhrc; hrcResult=%Rhrc\n", hrc, hrcResult));
384 Progress::i_notifyComplete((HRESULT)hrcResult,
[all...]

Completed in 43 milliseconds