- Timestamp:
- Mar 10, 2009 3:04:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r17634 r17635 3148 3148 arbitrary number of these items, one for each virtual disk image that accompanies the OVF. 3149 3149 3150 The array item in aOvfValues[] will contain the file specification from the OVF file, 3151 whereas the item in aVboxValues[] will contain a qualified path specification to where 3152 VirtualBox uses the hard disk image. This means that on import the image will be copied 3153 and converted from the "ovf" location to the "vbox" location; on export, this will be 3154 handled the other way round. On import, the target image will also be registered with VirtualBox. 3150 The array item in aOvfValues[] will contain the file specification from the OVF file (without 3151 a path since the image file should be in the same location as the OVF file itself), whereas the 3152 item in aVboxValues[] will contain a qualified path specification to where VirtualBox uses the 3153 hard disk image. This means that on import the image will be copied and converted from the 3154 "ovf" location to the "vbox" location; on export, this will be handled the other way round. 3155 On import, the target image will also be registered with VirtualBox. 3155 3156 3156 3157 The matching item in the aExtraConfigValues[] array must contain a string of the following
Note:
See TracChangeset
for help on using the changeset viewer.