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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp2022 HRESULT Console::getAttachedPCIDevices(std::vector<ComPtr<IPCIDeviceAttachment> > &aAttachedPCIDevices) argument
2027 mBusMgr->listAttachedPCIDevices(aAttachedPCIDevices);
2029 aAttachedPCIDevices.resize(0);

Completed in 75 milliseconds