- Timestamp:
- Nov 3, 2009 5:19:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r24295 r24297 8568 8568 <li><link to="IMachine::mediumAttachments"/> contains an array of 8569 8569 medium attachments (instances of <link to="IMediumAttachment"/>), 8570 each containing the name of a storage controller from the above 8571 array, a port/device specification, and an instance of 8572 IMedium representing the medium storage (image file). For removable 8573 media, the storage medium is optional; a medium attachment with no 8574 medium represents a CD/DVD or floppy drive with no medium inserted. 8575 By contrast, hard disk attachments will always have an IMedium 8576 object attached.</li> 8577 <li>Each IMedium in turn points to a storage unit (such as a file on the host 8578 computer or a network resource) that holds actual data. The location of 8579 the storage unit is represented by the <link to="#location"/> attribute. 8580 The value of this attribute is medium type dependent.</li> 8570 each containing a storage controller from the above array, a 8571 port/device specification, and an instance of IMedium representing 8572 the medium storage (image file). 8573 8574 For removable media, the storage medium is optional; a medium 8575 attachment with no medium represents a CD/DVD or floppy drive 8576 with no medium inserted. By contrast, hard disk attachments 8577 will always have an IMedium object attached.</li> 8578 <li>Each IMedium in turn points to a storage unit (such as a file 8579 on the host computer or a network resource) that holds actual 8580 data. This location is represented by the <link to="#location"/> 8581 attribute.</li> 8581 8582 </ul> 8582 8583
Note:
See TracChangeset
for help on using the changeset viewer.