VirtualBox

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


Ignore:
Timestamp:
Dec 3, 2008 9:26:46 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
40321
Message:

backed out r40315 as it breaks the tinderboxes

File:
1 edited

Legend:

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

    r14954 r14960  
    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));
    10751064} VDBACKENDINFO, *PVDBACKENDINFO;
    10761065
Note: See TracChangeset for help on using the changeset viewer.

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