Changeset 11421 in vbox for trunk/include
- Timestamp:
- Aug 14, 2008 12:06:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxHDD-new.h
r11353 r11421 224 224 /** Capabilities of the backend (a combination of the VD_CAP_* flags). */ 225 225 uint64_t uBackendCaps; 226 /** Pointer to a NULL-terminated array of strings, containing the supported 227 * file extensions. Note that some backends do not work on files, so this 228 * pointer may just contain NULL. */ 229 const char * const *papszFileExtensions; 226 230 } VDBACKENDINFO, *PVDBACKENDINFO; 227 231
Note:
See TracChangeset
for help on using the changeset viewer.