Changeset 26165 in vbox for trunk/include/VBox/pdmusb.h
- Timestamp:
- Feb 2, 2010 7:50:31 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57179
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmusb.h
r26164 r26165 88 88 uint32_t u32Version; 89 89 /** Device name. */ 90 char sz DeviceName[32];90 char szName[32]; 91 91 /** The description of the device. The UTF-8 string pointed to shall, like this structure, 92 92 * remain unchanged from registration till VM destruction. */
Note:
See TracChangeset
for help on using the changeset viewer.