Changeset 33339 in vbox for trunk/src/VBox/Main
- Timestamp:
- Oct 22, 2010 10:53:07 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66920
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MediumImpl.h
r33334 r33339 247 247 * @param aFilename Filename to create (UTF8). 248 248 * @param aFormat Medium format for creating @a aFilename. 249 * @param aVariant Which exact image format variant to use. 249 * @param aVariant Which exact image format variant to use 250 * for the destination image. 250 251 * @param aVDImageIOCallbacks Pointer to the callback table for a 251 252 * VDINTERFACEIO interface. May be NULL. … … 265 266 * @param aFilename Filename to read (UTF8). 266 267 * @param aFormat Medium format for reading @a aFilename. 267 * @param aVariant Which exact image format variant to use. 268 * @param aVariant Which exact image format variant to use 269 * for the destination image. 268 270 * @param aVDImageIOCallbacks Pointer to the callback table for a 269 271 * VDINTERFACEIO interface. May be NULL.
Note:
See TracChangeset
for help on using the changeset viewer.