Changeset 33334 in vbox for trunk/src/VBox/Main
- Timestamp:
- Oct 22, 2010 9:44:03 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66915
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MediumImpl.h
r33232 r33334 246 246 * 247 247 * @param aFilename Filename to create (UTF8). 248 * @param aFormat Which medium format to use for export.248 * @param aFormat Medium format for creating @a aFilename. 249 249 * @param aVariant Which exact image format variant to use. 250 250 * @param aVDImageIOCallbacks Pointer to the callback table for a … … 253 253 * @param aProgress Progress object to use. 254 254 * @return 255 * @note The source format is defined by the Medium instance. 255 256 */ 256 257 HRESULT exportFile(const char *aFilename, … … 263 264 * 264 265 * @param aFilename Filename to read (UTF8). 265 * @param aFormat Which medium format to use for import.266 * @param aFormat Medium format for reading @a aFilename. 266 267 * @param aVariant Which exact image format variant to use. 267 268 * @param aVDImageIOCallbacks Pointer to the callback table for a … … 271 272 * @param aProgress Progress object to use. 272 273 * @return 274 * @note The destination format is defined by the Medium instance. 273 275 */ 274 276 HRESULT importFile(const char *aFilename,
Note:
See TracChangeset
for help on using the changeset viewer.