Changeset 23928 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Oct 21, 2009 10:17:08 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r23897 r23928 4060 4060 <interface 4061 4061 name="IMachine" extends="$unknown" 4062 uuid="d 867a463-0f78-4ec7-a876-8da001464537"4062 uuid="db35f17a-179f-4332-91b2-a49d5cfb678c" 4063 4063 wsmap="managed" 4064 4064 > … … 4751 4751 </method> 4752 4752 4753 <method name="passthroughDevice"> 4754 <desc> 4755 Sets the passthrough mode of an existing DVD device. Changing the 4756 setting while the VM is running is forbidden. The setting is only used 4757 if at VM start the device is configured as a host DVD drive, in all 4758 other cases it is ignored. The device must already exist; see 4759 <link to="IMachine::attachDevice"/> for how to attach a new device. 4760 4761 The @a controllerPort and @a device parameters specify the device slot and 4762 have have the same meaning as with <link to="IMachine::attachDevice" />. 4763 4764 <result name="E_INVALIDARG"> 4765 SATA device, SATA port, IDE port or IDE slot out of range. 4766 </result> 4767 <result name="VBOX_E_INVALID_OBJECT_STATE"> 4768 Attempt to modify an unregistered virtual machine. 4769 </result> 4770 <result name="VBOX_E_INVALID_VM_STATE"> 4771 Invalid machine state. 4772 </result> 4773 4774 </desc> 4775 <param name="name" type="wstring" dir="in"> 4776 <desc>Name of the storage controller.</desc> 4777 </param> 4778 <param name="controllerPort" type="long" dir="in"> 4779 <desc>Storage controller port.</desc> 4780 </param> 4781 <param name="device" type="long" dir="in"> 4782 <desc>Device slot in the given port.</desc> 4783 </param> 4784 <param name="passthrough" type="boolean" dir="in"> 4785 <desc>New value for the passthrough setting.</desc> 4786 </param> 4787 </method> 4788 4753 4789 <method name="mountMedium"> 4754 4790 <desc> … … 8363 8399 <interface 8364 8400 name="IMediumAttachment" extends="$unknown" 8365 uuid=" ff554585-560a-489d-963c-cf6da6a826de"8401 uuid="7bb6ac41-8c03-4863-9eea-d9c76561b8d1" 8366 8402 wsmap="struct" 8367 8403 > … … 8400 8436 </attribute> 8401 8437 8402 <attribute name="passthrough" type="boolean" readonly=" no">8438 <attribute name="passthrough" type="boolean" readonly="yes"> 8403 8439 <desc>Pass I/O requests through to a device on the host.</desc> 8404 8440 </attribute>
Note:
See TracChangeset
for help on using the changeset viewer.