Changeset 36487 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/win/tools
- Timestamp:
- Apr 1, 2011 8:21:30 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/tools/VBoxNetAdpUninstall.cpp
r36184 r36487 17 17 18 18 #include <VBox/VBoxNetCfg-win.h> 19 #include <VBox/VBoxDrvCfg-win.h> 19 20 #include <stdio.h> 20 21 … … 40 41 if(hr == S_OK) 41 42 { 42 hr = VBox NetCfgWinInfUninstallAll(&GUID_DEVCLASS_NET, L"Net", L"sun_VBoxNetAdp", 0/* could be SUOI_FORCEDELETE */);43 hr = VBoxDrvCfgInfUninstallAllSetupDi(&GUID_DEVCLASS_NET, L"Net", L"sun_VBoxNetAdp", 0/* could be SUOI_FORCEDELETE */); 43 44 if(hr == S_OK) 44 45 {
Note:
See TracChangeset
for help on using the changeset viewer.