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

/vbox/src/VBox/Main/src-server/
H A DProgressProxyImpl.cpp575 STDMETHODIMP ProgressProxy::COMGETTER(OperationPercent)(ULONG *aOperationPercent) function in class:ProgressProxy
585 hrc = Progress::COMGETTER(OperationPercent)(aOperationPercent);
587 hrc = mptrOtherProgress->COMGETTER(OperationPercent)(aOperationPercent);

Completed in 34 milliseconds