Changeset 5713 in vbox for trunk/include
- Timestamp:
- Nov 12, 2007 5:06:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmusb.h
r5529 r5713 581 581 * @param pvBackend Pointer to the backend. 582 582 * @param iUsbVersion The preferred USB version. 583 */ 584 PDMR3DECL(int) PDMR3USBCreateProxyDevice(PVM pVM, PCRTUUID pUuid, bool fRemote, const char *pszAddress, void *pvBackend, uint32_t iUsbVersion); 583 * @param fMaskedIfs The interfaces to hide from the guest. 584 */ 585 PDMR3DECL(int) PDMR3USBCreateProxyDevice(PVM pVM, PCRTUUID pUuid, bool fRemote, const char *pszAddress, void *pvBackend, 586 uint32_t iUsbVersion, uint32_t fMaskedIfs); 585 587 586 588 /**
Note:
See TracChangeset
for help on using the changeset viewer.