Changeset 22983 in vbox for trunk/include
- Timestamp:
- Sep 13, 2009 10:20:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxHDD.h
r22966 r22983 1243 1243 * 1244 1244 * @return VBox status code. 1245 * @param pVDIfsDisk Pointer to the per-disk VD interface list. 1245 1246 * @param pszFilename Name of the image file for which the backend is queried. 1246 1247 * @param ppszFormat Receives pointer of the UTF-8 string which contains the format name. 1247 1248 * The returned pointer must be freed using RTStrFree(). 1248 1249 */ 1249 VBOXDDU_DECL(int) VDGetFormat( const char *pszFilename, char **ppszFormat);1250 VBOXDDU_DECL(int) VDGetFormat(PVDINTERFACE pVDIfsDisk, const char *pszFilename, char **ppszFormat); 1250 1251 1251 1252 /**
Note:
See TracChangeset
for help on using the changeset viewer.