Changeset 15849 in vbox for trunk/src/VBox
- Timestamp:
- Jan 8, 2009 9:54:34 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r15848 r15849 11643 11643 11644 11644 <method name="GetIDEEmulationPort"> 11645 <desc>Gets the corresponding port number which is emulated as an IDE device.</desc> 11645 <desc> 11646 Gets the corresponding port number which is emulated as an IDE device. 11647 11648 <result name="E_INVALIDARG"> 11649 The @a devicePosition is not in the range 0 to 3. 11650 </result> 11651 11652 </desc> 11646 11653 <param name="devicePosition" type="long" dir="in"/> 11647 11654 <param name="portNumber" type="long" dir="return"/> … … 11649 11656 11650 11657 <method name="SetIDEEmulationPort"> 11651 <desc>Sets the port number which is emulated as an IDE device.</desc> 11658 <desc> 11659 Sets the port number which is emulated as an IDE device. 11660 11661 <result name="E_INVALIDARG"> 11662 The @a devicePosition is not in the range 0 to 3 or the 11663 @a portNumber is not in the range 0 to 29. 11664 </result> 11665 11666 </desc> 11652 11667 <param name="devicePosition" type="long" dir="in"/> 11653 11668 <param name="portNumber" type="long" dir="in"/>
Note:
See TracChangeset
for help on using the changeset viewer.