Changeset 5121 for trunk/include/VBox/VBoxHDD-new.h
- Timestamp:
- 10/01/07 15:10:32 (1 year ago)
- Files:
-
- trunk/include/VBox/VBoxHDD-new.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/VBoxHDD-new.h
r5103 r5121 204 204 * @returns VBox status code. 205 205 * @param pszFilename Name of the image file for which the backend is queried. 206 * @param ppszFormat Where to store the name of the plugin. 206 * @param ppszFormat Receives pointer of the UTF-8 string which contains the format name. 207 * The returned pointer must be freed using RTStrFree(). 207 208 */ 208 209 VBOXDDU_DECL(int) VDGetFormat(const char *pszFilename, char **ppszFormat);

