Changeset 26166 in vbox for trunk/include/VBox
- Timestamp:
- Feb 2, 2010 7:54:23 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57180
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmdrv.h
r26161 r26166 224 224 uint32_t u32Version; 225 225 /** Driver name. */ 226 char sz DriverName[32];226 char szName[32]; 227 227 /** Name of the raw-mode context module (no path). 228 228 * Only evalutated if PDM_DRVREG_FLAGS_RC is set. */
Note:
See TracChangeset
for help on using the changeset viewer.