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

/vbox/src/VBox/Main/src-client/
H A DConsoleImplTeleporter.cpp58 ComObjPtr<Progress> mptrProgress; member in class:TeleporterState
75 , mptrProgress(pProgress)
589 if (pState->mptrProgress)
591 HRESULT hrc = pState->mptrProgress->SetCurrentOperationProgress(uPercent);
596 hrc = pState->mptrProgress->COMGETTER(Canceled)(&fCanceled);
637 HRESULT hrc = pState->mptrProgress->COMGETTER(Canceled)(&fCanceled);
712 if (!pState->mptrProgress->i_notifyPointOfNoReturn())
784 pState->mptrProgress->i_notifyComplete(hrc);
787 pState->mptrProgress->i_setCancelCallback(NULL, NULL);
820 pState->mptrProgress
[all...]

Completed in 45 milliseconds