VirtualBox

Changeset 15849 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 8, 2009 9:54:34 AM (16 years ago)
Author:
vboxsync
Message:

#3285: Improve error handling API to include unique error numbers
Document

  • ISATAController::GetIDEEmulationPort
  • ISATAController::SetIDEEmulationPort
File:
1 edited

Legend:

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

    r15848 r15849  
    1164311643
    1164411644    <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>
    1164611653      <param name="devicePosition" type="long" dir="in"/>
    1164711654      <param name="portNumber" type="long" dir="return"/>
     
    1164911656
    1165011657    <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>
    1165211667      <param name="devicePosition" type="long" dir="in"/>
    1165311668      <param name="portNumber" type="long" dir="in"/>
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