VirtualBox

Changeset 7827 in vbox


Ignore:
Timestamp:
Apr 9, 2008 11:49:57 AM (17 years ago)
Author:
vboxsync
Message:

Main: fix API documentation for attachHardDisk

File:
1 edited

Legend:

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

    r7556 r7827  
    30553055      </param>
    30563056      <param name="bus" type="StorageBus" dir="in">
    3057         <desc>Controller to attach the hard disk to.</desc>
     3057        <desc>Type of storage bus to use (IDE or SATA).</desc>
    30583058      </param>
    30593059      <param name="channel" type="long" dir="in">
    3060         <desc>Device slot to attach the hard disk to.</desc>
     3060        <desc>Channel to attach the hard disk to. For IDE controllers,
     3061        this can either be 0 or 1, for the primary or secondary controller,
     3062        respectively.</desc>
    30613063      </param>
    30623064      <param name="device" type="long" dir="in">
    3063         <desc>Device slot to attach the hard disk to.</desc>
     3065        <desc>Device slot in the given channel to attach the hard disk to.
     3066        For IDE devices, within each channel (0 or 1), this can again be
     3067        0 or 1, for master or slave, respectively.</desc>
    30643068      </param>
    30653069    </method>
Note: See TracChangeset for help on using the changeset viewer.

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