VirtualBox

Changeset 33334 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Oct 22, 2010 9:44:03 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66915
Message:

Main/MediumImpl: clarify what medium format is used for src/dst for exportFile/importFile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/MediumImpl.h

    r33232 r33334  
    246246     *
    247247     * @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.
    249249     * @param aVariant              Which exact image format variant to use.
    250250     * @param aVDImageIOCallbacks   Pointer to the callback table for a
     
    253253     * @param aProgress             Progress object to use.
    254254     * @return
     255     * @note The source format is defined by the Medium instance.
    255256     */
    256257    HRESULT exportFile(const char *aFilename,
     
    263264     *
    264265     * @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.
    266267     * @param aVariant              Which exact image format variant to use.
    267268     * @param aVDImageIOCallbacks   Pointer to the callback table for a
     
    271272     * @param aProgress             Progress object to use.
    272273     * @return
     274     * @note The destination format is defined by the Medium instance.
    273275     */
    274276    HRESULT importFile(const char *aFilename,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette