Changeset 43023 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Aug 28, 2012 6:43:23 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80357
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r42864 r43023 17084 17084 </desc> 17085 17085 </attribute> 17086 17087 <method name="getIDEEmulationPort">17088 <desc>17089 Gets the corresponding port number which is emulated as an IDE device.17090 Works only with SATA controllers.17091 17092 <result name="E_INVALIDARG">17093 The @a devicePosition is not in the range 0 to 3.17094 </result>17095 <result name="E_NOTIMPL">17096 The storage controller type is not SATAIntelAhci.17097 </result>17098 17099 </desc>17100 <param name="devicePosition" type="long" dir="in"/>17101 <param name="portNumber" type="long" dir="return"/>17102 </method>17103 17104 <method name="setIDEEmulationPort">17105 <desc>17106 Sets the port number which is emulated as an IDE device.17107 Works only with SATA controllers.17108 17109 <result name="E_INVALIDARG">17110 The @a devicePosition is not in the range 0 to 3 or the17111 @a portNumber is not in the range 0 to 29.17112 </result>17113 <result name="E_NOTIMPL">17114 The storage controller type is not SATAIntelAhci.17115 </result>17116 17117 </desc>17118 <param name="devicePosition" type="long" dir="in"/>17119 <param name="portNumber" type="long" dir="in"/>17120 </method>17121 17122 17086 </interface> 17123 17087
Note:
See TracChangeset
for help on using the changeset viewer.