Changeset 12297 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 9, 2008 1:59:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/RemoteUSBBackend.h
r8155 r12297 80 80 int saveDeviceList (const void *pvList, uint32_t cbList); 81 81 82 int negotiateResponse (const VRDPUSBREQNEGOTIATERET *pret );82 int negotiateResponse (const VRDPUSBREQNEGOTIATERET *pret, uint32_t cbRet); 83 83 84 84 int reapURB (const void *pvBody, uint32_t cbBody); … … 130 130 131 131 Guid aGuids[VRDP_MAX_USB_DEVICES_PER_CLIENT]; 132 133 /* VRDP_USB_VERSION_2: the client version. */ 134 uint32_t mClientVersion; 132 135 }; 133 136
Note:
See TracChangeset
for help on using the changeset viewer.