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

/vbox/src/VBox/Main/src-all/
H A DProgressImpl.cpp931 HRESULT Progress::waitForAsyncProgressCompletion(const ComPtr<IProgress> &aPProgressAsync) argument
945 rc = aPProgressAsync->COMGETTER(Cancelable)(&fCancelable);
948 while (SUCCEEDED(aPProgressAsync->COMGETTER(Completed(&fCompleted))))
958 rc = aPProgressAsync->Cancel();
975 rc = aPProgressAsync->COMGETTER(Operation(&curOp));
981 rc = aPProgressAsync->COMGETTER(OperationDescription(bstr.asOutParam()));
983 rc = aPProgressAsync->COMGETTER(OperationWeight(&currentWeight));
993 rc = aPProgressAsync->COMGETTER(OperationPercent(&currentPercent));
1006 rc = aPProgressAsync->WaitForCompletion(100);

Completed in 46 milliseconds