VirtualBox

Ignore:
Timestamp:
Oct 20, 2014 11:13:03 AM (10 years ago)
Author:
vboxsync
Message:

pr7231. NDIS6 support has been added into the Windows installer.

File:
1 edited

Legend:

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

    r53082 r53090  
    20732073
    20742074#define VBOXNETCFGWIN_NETADP_ID L"sun_VBoxNetAdp"
    2075 static HRESULT vboxNetCfgWinNetAdpUninstall(IN INetCfg *pNc, DWORD InfRmFlags)
     2075static HRESULT vboxNetCfgWinNetAdpUninstall(IN INetCfg *pNc, LPCWSTR pwszId, DWORD InfRmFlags)
    20762076{
    20772077    HRESULT hr = S_OK;
    20782078    NonStandardLog("Finding NetAdp driver package and trying to uninstall it ...\n");
    20792079
    2080     VBoxDrvCfgInfUninstallAllF(L"Net", VBOXNETCFGWIN_NETADP_ID, InfRmFlags);
     2080    VBoxDrvCfgInfUninstallAllF(L"Net", pwszId, InfRmFlags);
    20812081    NonStandardLog("NetAdp is not installed currently\n");
    20822082    return hr;
    20832083}
    20842084
    2085 VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinNetAdpUninstall(IN INetCfg *pNc)
    2086 {
    2087     return vboxNetCfgWinNetAdpUninstall(pNc, SUOI_FORCEDELETE);
     2085VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinNetAdpUninstall(IN INetCfg *pNc, IN LPCWSTR pwszId)
     2086{
     2087    return vboxNetCfgWinNetAdpUninstall(pNc, pwszId, SUOI_FORCEDELETE);
    20882088}
    20892089
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