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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp9216 void Console::i_processRemoteUSBDevices(uint32_t u32ClientId, VRDEUSBDEVICEDESC *pDevList, uint32_t cbDevList, bool fDescExt) argument
9219 LogFlowThisFunc(("u32ClientId = %d, pDevList=%p, cbDevList = %d, fDescExt = %d\n",
9220 u32ClientId, pDevList, cbDevList, fDescExt));
9245 * Process the pDevList and add devices those are not already in the mRemoteUSBDevices list.
9247 /** @todo (sunlover) REMOTE_USB Strict validation of the pDevList. */
9248 VRDEUSBDEVICEDESC *e = pDevList;
9251 * receive pDevList = NULL and cbDevList = 0 on client disconnect.

Completed in 96 milliseconds