Changeset 57192 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/win/cfg
- Timestamp:
- Aug 5, 2015 12:51:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp
r57147 r57192 2086 2086 { 2087 2087 return vboxNetCfgWinNetAdpUninstall(pNc, pwszId, SUOI_FORCEDELETE); 2088 } 2089 2090 VBOXNETCFGWIN_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; 2088 2100 } 2089 2101
Note:
See TracChangeset
for help on using the changeset viewer.