Changeset 50449 in vbox for trunk/include/VBox
- Timestamp:
- Feb 13, 2014 2:53:31 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vusb.h
r49814 r50449 1113 1113 /** The message data. 1114 1114 * IN: On host to device transfers, the data to send. 1115 * OUT: On device to host transfers, the data to received. */ 1115 * OUT: On device to host transfers, the data to received. 1116 * This array has actually a size of VUsb.cbDataAllocated, not 8KB! */ 1116 1117 uint8_t abData[8*_1K]; 1117 1118 } VUSBURB;
Note:
See TracChangeset
for help on using the changeset viewer.