VirtualBox

Changeset 11421 in vbox for trunk/include


Ignore:
Timestamp:
Aug 14, 2008 12:06:14 PM (16 years ago)
Author:
vboxsync
Message:

Storage/VBoxHDD-new: Added backend info, listing the supported file extensions. Implemented a testcase anf fixed a small bug which it found.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxHDD-new.h

    r11353 r11421  
    224224    /** Capabilities of the backend (a combination of the VD_CAP_* flags). */
    225225    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;
    226230} VDBACKENDINFO, *PVDBACKENDINFO;
    227231
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette