VirtualBox

Changeset 17494 in vbox for trunk/src/VBox/Main/generic


Ignore:
Timestamp:
Mar 6, 2009 4:55:44 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
43921
Message:

NetIf/win: moved Create/Remove hostonly if to NetIf API, some API fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/generic/NetIf-generic.cpp

    r17490 r17494  
    3737    return VERR_NOT_IMPLEMENTED;
    3838}
     39
     40int NetIfCreateHostOnlyNetworkInterface (VirtualBox *pVbox, IN_BSTR aName, IHostNetworkInterface **aHostNetworkInterface, IProgress **aProgress)
     41{
     42    return VERR_NOT_IMPLEMENTED;
     43}
     44
     45int NetIfRemoveHostOnlyNetworkInterface (VirtualBox *pVbox, IN_GUID aId, IHostNetworkInterface **aHostNetworkInterface, IProgress **aProgress)
     46{
     47    return VERR_NOT_IMPLEMENTED;
     48}
     49
     50int NetIfGetConfig(HostNetworkInterface * pIf, NETIFINFO *)
     51{
     52    return VERR_NOT_IMPLEMENTED;
     53}
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