VirtualBox

Changeset 25439 in vbox


Ignore:
Timestamp:
Dec 16, 2009 4:53:43 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56089
Message:

NetAdp/win: fix host-only if creation (public ticket #5708)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/WinNetConfig.h

    r25385 r25439  
    117117VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinGetAdapterSettings(const GUID * pGuid, PADAPTER_SETTINGS pSettings);
    118118
     119VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinInstallInf(IN LPCWSTR pInfFullPath);
     120
    119121typedef VOID (*LOG_ROUTINE) (LPCWSTR szString);
    120122VBOXNETCFGWIN_DECL(VOID) VBoxNetCfgWinSetLogging(LOG_ROUTINE Log);
    121 
    122 VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinEnumUpperBindings ();
    123123
    124124RT_C_DECLS_END
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/win/WinNetConfig.cpp

    r25385 r25439  
    10581058
    10591059    return hr;
     1060}
     1061
     1062VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinInstallInf(IN LPCWSTR pInfFullPath)
     1063{
     1064    return vboxNetCfgWinCopyInf(pInfFullPath);
    10601065}
    10611066
     
    28342839    if (SUCCEEDED(hrc))
    28352840    {
    2836 //        Bstr str(DevName);
    2837 //        str.detachTo(pName);
    28382841        WCHAR ConnectoinName[128];
    28392842        ULONG cbName = sizeof(ConnectoinName);
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