Changeset 66989 in vbox for trunk/include/VBox
- Timestamp:
- May 19, 2017 2:42:59 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115538
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vusb.h
r64294 r66989 333 333 /** Pointer to additional descriptor bytes following what's covered by VUSBDESCCONFIG. */ 334 334 void *pvMore; 335 /** Pointer to additional class- or vendor-specific interface descriptors. */ 336 const void *pvClass; 337 /** Size of class- or vendor-specific descriptors. */ 338 uint16_t cbClass; 335 339 /** Pointer to an array of the interfaces referenced in the configuration. 336 340 * Core.bNumInterfaces in size. */
Note:
See TracChangeset
for help on using the changeset viewer.