VirtualBox

Changeset 17679 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Mar 11, 2009 11:39:18 AM (16 years ago)
Author:
vboxsync
Message:

Main/Hostonly: not specify name on Create

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/HostImpl.h

    r17494 r17679  
    9696#ifdef RT_OS_WINDOWS
    9797
    98     STDMETHOD(CreateHostOnlyNetworkInterface) (IN_BSTR aName,
    99                                            IHostNetworkInterface **aHostNetworkInterface,
     98    STDMETHOD(CreateHostOnlyNetworkInterface) (IHostNetworkInterface **aHostNetworkInterface,
    10099                                           IProgress **aProgress);
    101100    STDMETHOD(RemoveHostOnlyNetworkInterface) (IN_GUID aId,
  • trunk/src/VBox/Main/include/netif.h

    r17613 r17679  
    8080int NetIfEnableStaticIpConfigV6(HostNetworkInterface * pIf, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength);
    8181int NetIfEnableDynamicIpConfig(HostNetworkInterface * pIf);
    82 int NetIfCreateHostOnlyNetworkInterface (VirtualBox *pVbox, IN_BSTR aName, IHostNetworkInterface **aHostNetworkInterface, IProgress **aProgress);
     82int NetIfCreateHostOnlyNetworkInterface (VirtualBox *pVbox, IHostNetworkInterface **aHostNetworkInterface, IProgress **aProgress);
    8383int NetIfRemoveHostOnlyNetworkInterface (VirtualBox *pVbox, IN_GUID aId, IHostNetworkInterface **aHostNetworkInterface, IProgress **aProgress);
    8484int NetIfGetConfig(HostNetworkInterface * pIf, NETIFINFO *);
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