VirtualBox

Changeset 16198 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Jan 23, 2009 12:46:45 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
41968
Message:

HostNetIf API: added findHostNetworkInterfaceByName and findHostNetworkInterfaceById to IHost.

File:
1 edited

Legend:

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

    r16188 r16198  
    63006300  <interface
    63016301     name="IHost" extends="$unknown"
    6302      uuid="f39438d7-abfd-409b-bc80-5f5291d92897"
     6302     uuid="7c172c42-b209-4bdc-9ddf-a84f222bd59a"
    63036303     wsmap="managed"
    63046304     >
     
    65906590    </method>
    65916591
     6592    <method name="findHostNetworkInterfaceByName">
     6593      <desc>
     6594        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>
     6610        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>
    65926624  </interface>
    65936625
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette