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

/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp1032 * @param pProgressThis Progress object of the current thread.
1035 void Appliance::i_waitForAsyncProgress(ComObjPtr<Progress> &pProgressThis, argument
1047 rc = pProgressThis->COMGETTER(Canceled)(&fCanceled);
1067 rc = pProgressThis->SetNextOperation(bstr.raw(), currentWeight);
1077 pProgressThis->SetCurrentOperationProgress(currentPercent);

Completed in 47 milliseconds