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

/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp2746 SafeArray<BSTR> aVetos; local
2747 aCanChangeEvent->GetVetos(ComSafeArrayAsOutParam(aVetos));
2748 if (aVetos.size() > 0)
2749 aError = aVetos[0];

Completed in 838 milliseconds