Changeset 59117 in vbox for trunk/include
- Timestamp:
- Dec 14, 2015 2:04:37 PM (9 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/usb.h
r58110 r59117 98 98 /** The address of the device. */ 99 99 const char *pszAddress; 100 /** The backend to use for this device. */ 101 const char *pszBackend; 100 102 101 103 /** Vendor ID. */ -
trunk/include/VBox/vmm/pdmusb.h
r58106 r59117 1065 1065 VMMR3DECL(int) PDMR3UsbCreateEmulatedDevice(PUVM pUVM, const char *pszDeviceName, PCFGMNODE pDeviceNode, PCRTUUID pUuid, 1066 1066 const char *pszCaptureFilename); 1067 VMMR3DECL(int) PDMR3UsbCreateProxyDevice(PUVM pUVM, PCRTUUID pUuid, bool fRemote, const char *pszAddress, void *pvBackend,1067 VMMR3DECL(int) PDMR3UsbCreateProxyDevice(PUVM pUVM, PCRTUUID pUuid, const char *pszBackend, const char *pszAddress, void *pvBackend, 1068 1068 uint32_t iUsbVersion, uint32_t fMaskedIfs, const char *pszCaptureFilename); 1069 1069 VMMR3DECL(int) PDMR3UsbDetachDevice(PUVM pUVM, PCRTUUID pUuid);
Note:
See TracChangeset
for help on using the changeset viewer.