Changeset 26165 in vbox for trunk/include/VBox
- Timestamp:
- Feb 2, 2010 7:50:31 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57179
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmdev.h
r26164 r26165 248 248 uint32_t u32Version; 249 249 /** Device name. */ 250 char sz DeviceName[32];250 char szName[32]; 251 251 /** Name of the raw-mode context module (no path). 252 252 * Only evalutated if PDM_DEVREG_FLAGS_RC is set. */ -
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.