Changeset 14960 in vbox for trunk/include/VBox/VBoxHDD-new.h
- Timestamp:
- Dec 3, 2008 9:26:46 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 40321
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxHDD-new.h
r14954 r14960 1062 1062 * Mandatory if the backend sets VD_CAP_CONFIG. */ 1063 1063 PCVDCONFIGINFO paConfigInfo; 1064 /** Returns a human readable hard disk location string given a1065 * set of hard disk configuration keys. The returned string is an1066 * 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 a1070 * set of hard disk configuration keys. The returned string is an1071 * equivalent of the file name part in the full file path for1072 * image-based hard disks. Mandatory for backends with no1073 * VD_CAP_FILE and NULL otherwise. */1074 DECLR3CALLBACKMEMBER(int, pfnComposeName, (PVDINTERFACE pConfig, char **pszName));1075 1064 } VDBACKENDINFO, *PVDBACKENDINFO; 1076 1065
Note:
See TracChangeset
for help on using the changeset viewer.