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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp1969 HRESULT Console::getRemoteUSBDevices(std::vector<ComPtr<IHostUSBDevice> > &aRemoteUSBDevices) argument
1974 aRemoteUSBDevices.resize(mRemoteUSBDevices.size());
1976 (*it).queryInterfaceTo(aRemoteUSBDevices[i].asOutParam());

Completed in 75 milliseconds