VirtualBox

Changeset 14954 in vbox for trunk/include/VBox/VBoxHDD-new.h


Ignore:
Timestamp:
Dec 3, 2008 7:28:03 PM (16 years ago)
Author:
vboxsync
Message:

#3162: Added pfnComposeLocation and pfnComposeName callbacks to VDBACKENDINFO as well as a corresponding tests to tstVD-2.

File:
1 edited

Legend:

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

    r14928 r14954  
    10621062     * Mandatory if the backend sets VD_CAP_CONFIG. */
    10631063    PCVDCONFIGINFO paConfigInfo;
     1064    /** Returns a human readable hard disk location string given a
     1065     *  set of hard disk configuration keys. The returned string is an
     1066     *  equivalent of the full file path for image-based hard disks.
     1067     *  Mandatory for backends with no VD_CAP_FILE and NULL otherwise. */
     1068    DECLR3CALLBACKMEMBER(int, pfnComposeLocation, (PVDINTERFACE pConfig, char **pszLocation));
     1069    /** Returns a human readable hard disk name string given a
     1070     *  set of hard disk configuration keys. The returned string is an
     1071     *  equivalent of the file name part in the full file path for
     1072     *  image-based hard disks. Mandatory for backends with no
     1073     *  VD_CAP_FILE and NULL otherwise. */
     1074    DECLR3CALLBACKMEMBER(int, pfnComposeName, (PVDINTERFACE pConfig, char **pszName));
    10641075} VDBACKENDINFO, *PVDBACKENDINFO;
    10651076
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