Changeset 16212 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jan 23, 2009 7:41:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r16198 r16212 2957 2957 </desc> 2958 2958 2959 <const name="OS" value="0" /> 2960 <const name="CPU" value="1" /> 2961 <const name="Memory" value="2" /> 2962 <const name="HarddiskControllerIDE" value="3" /> 2963 <const name="HarddiskControllerSATA" value="4" /> 2964 <const name="HarddiskControllerSCSI" value="5" /> 2965 <const name="Harddisk" value="6" /> 2966 <const name="NetworkAdapter" value="7" /> 2959 <const name="Name" value="1" /> 2960 <const name="OS" value="2" /> 2961 <const name="CPU" value="3" /> 2962 <const name="Memory" value="4" /> 2963 <const name="HarddiskControllerIDE" value="5" /> 2964 <const name="HarddiskControllerSATA" value="6" /> 2965 <const name="HarddiskControllerSCSI" value="7" /> 2966 <const name="Harddisk" value="8" /> 2967 <const name="NetworkAdapter" value="9" /> 2967 2968 2968 2969 </enum> … … 6590 6591 </method> 6591 6592 6592 <method name="findHostNetworkInterfaceByName"> 6593 <desc> 6593 <method name="findHostNetworkInterfaceByName"> 6594 <desc> 6594 6595 Searches through all host network interfaces for an interface with 6595 the given name. 6596 <note> 6597 The method returns an error if the given name does not 6598 correspond to any host network interface. 6599 </note> 6600 </desc> 6601 <param name="name" type="wstring" dir="in"> 6602 <desc>Name of the host network interface to search for.</desc> 6603 </param> 6604 <param name="networkInterface" type="IHostNetworkInterface" dir="return"> 6605 <desc>Found host network interface object.</desc> 6606 </param> 6607 </method> 6608 <method name="findHostNetworkInterfaceById"> 6609 <desc> 6596 the given name. 6597 <note> 6598 The method returns an error if the given name does not 6599 correspond to any host network interface. 6600 </note> 6601 </desc> 6602 <param name="name" type="wstring" dir="in"> 6603 <desc>Name of the host network interface to search for.</desc> 6604 </param> 6605 <param name="networkInterface" type="IHostNetworkInterface" dir="return"> 6606 <desc>Found host network interface object.</desc> 6607 </param> 6608 </method> 6609 <method name="findHostNetworkInterfaceById"> 6610 <desc> 6610 6611 Searches through all host network interfaces for an interface with 6611 the given GUID. 6612 <note> 6613 The method returns an error if the given GUID does not 6614 correspond to any host network interface. 6615 </note> 6616 </desc> 6617 <param name="id" type="uuid" dir="in"> 6618 <desc>GUID of the host network interface to search for.</desc> 6619 </param> 6620 <param name="networkInterface" type="IHostNetworkInterface" dir="return"> 6621 <desc>Found host network interface object.</desc> 6622 </param> 6623 </method> 6612 the given GUID. 6613 <note> 6614 The method returns an error if the given GUID does not 6615 correspond to any host network interface. 6616 </note> 6617 </desc> 6618 <param name="id" type="uuid" dir="in"> 6619 <desc>GUID of the host network interface to search for.</desc> 6620 </param> 6621 <param name="networkInterface" type="IHostNetworkInterface" dir="return"> 6622 <desc>Found host network interface object.</desc> 6623 </param> 6624 </method> 6624 6625 </interface> 6625 6626
Note:
See TracChangeset
for help on using the changeset viewer.