VirtualBox

Ignore:
Timestamp:
Aug 5, 2015 12:51:17 PM (9 years ago)
Author:
vboxsync
Message:

pr7933. Temporary decision: added new function VBoxNetCfgWinNetAdpInstall. Only for testing and using inside NetAdpInstall.exe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp

    r57147 r57192  
    20862086{
    20872087    return vboxNetCfgWinNetAdpUninstall(pNc, pwszId, SUOI_FORCEDELETE);
     2088}
     2089
     2090VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinNetAdpInstall(IN INetCfg *pNc,
     2091                                                       IN LPCWSTR const pInfFullPath)
     2092{
     2093    NonStandardLog("NetAdp will be installed ...\n");
     2094    HRESULT hr = vboxNetCfgWinInstallInfAndComponent(pNc, VBOXNETCFGWIN_NETADP_ID,
     2095                                             &GUID_DEVCLASS_NET,
     2096                                             &pInfFullPath,
     2097                                             1,
     2098                                             NULL);
     2099    return hr;
    20882100}
    20892101
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