VirtualBox

Changeset 31276 in vbox for trunk


Ignore:
Timestamp:
Aug 2, 2010 9:34:17 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64302
Message:

Main: API docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/Main/idl/VirtualBox.xidl

    r31267 r31276  
    85308530  >
    85318531    <desc>
    8532       The IMediumAttachment interface represents the attachment
    8533       of a storage medium to a virtual machine. Each machine contains
    8534       an array of its medium attachments in <link to="IMachine::mediumAttachments"/>.
    8535 
    8536       Each medium attachment specifies a storage controller as well as a port
    8537       and device number. Fixed media (hard disks) will always also specify
    8538       an instance of IMedium in <link to="#medium" />, referring to the hard disk
    8539       medium. For removeable media, the IMedia instance is optional; it can be
    8540       @c null if no media is mounted (see <link to="IMachine::mountMedium" />).
     8532      The IMediumAttachment interface links storage media to virtual machines.
     8533      For each medium (<link to="IMedium"/>) which has been attached to a
     8534      storage controller (<link to="IStorageController"/>) of a machine
     8535      (<link to="IMachine"/>) via the <link to="IMachine::attachDevice" />
     8536      method, one instance of IMediumAttachment is added to the machine's
     8537      <link to="IMachine::mediumAttachments"/> array attribute.
     8538
     8539      Each medium attachment specifies the storage controller as well as a
     8540      port and device number and the IMedium instance representing a virtual
     8541      hard disk or floppy or DVD image. As a special exception, for removeable
     8542      media, the IMedium instance can be @c null to represent an empty drive
     8543      with no media inserted (see <link to="IMachine::mountMedium" />).
    85418544    </desc>
    85428545
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