Changeset 14954 in vbox for trunk/include/VBox/VBoxHDD-new.h
- Timestamp:
- Dec 3, 2008 7:28:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxHDD-new.h
r14928 r14954 1062 1062 * Mandatory if the backend sets VD_CAP_CONFIG. */ 1063 1063 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)); 1064 1075 } VDBACKENDINFO, *PVDBACKENDINFO; 1065 1076
Note:
See TracChangeset
for help on using the changeset viewer.