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

/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp1353 STDMETHOD(CreateAggregator)(ComSafeArrayIn(IEventSource *, aSubordinates),
1397 HRESULT EventSource::createAggregator(const std::vector<ComPtr<IEventSource> > &aSubordinates, argument
1406 rc = agg->init(aSubordinates);
1445 STDMETHODIMP EventSourceAggregator::CreateAggregator(ComSafeArrayIn(IEventSource *, aSubordinates),
1448 return mSource->CreateAggregator(ComSafeArrayInArg(aSubordinates), aResult);

Completed in 48 milliseconds