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

/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp990 HRESULT VirtualBox::getProgressOperations(std::vector<ComPtr<IProgress> > &aProgressOperations) argument
995 aProgressOperations.resize(pmap.size());
998 it->second.queryInterfaceTo(aProgressOperations[i].asOutParam());

Completed in 60 milliseconds