Searched refs:hDeviceInfo (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/ |
H A D | VBoxNetCfg.cpp | 2481 HDEVINFO hDeviceInfo = INVALID_HANDLE_VALUE; local 2500 hDeviceInfo = SetupDiGetClassDevs (&netGuid, NULL, NULL, DIGCF_PRESENT); 2502 if (hDeviceInfo == INVALID_HANDLE_VALUE) 2510 ok = SetupDiEnumDeviceInfo (hDeviceInfo, index, &DeviceInfoData); 2524 ok = SetupDiGetDeviceRegistryProperty (hDeviceInfo, 2540 ok = SetupDiGetDeviceRegistryProperty (hDeviceInfo, 2599 ok = SetupDiSetSelectedDevice (hDeviceInfo, &DeviceInfoData); 2604 ok = SetupDiCallClassInstaller (DIF_REMOVE, hDeviceInfo, &DeviceInfoData); 2612 if (hDeviceInfo != INVALID_HANDLE_VALUE) 2613 SetupDiDestroyDeviceInfoList (hDeviceInfo); 2633 HDEVINFO hDeviceInfo = INVALID_HANDLE_VALUE; local [all...] |
/vbox/src/VBox/Installer/win/InstallHelper/ |
H A D | VBoxInstallHelper.cpp | 1413 HDEVINFO hDeviceInfo = INVALID_HANDLE_VALUE; local 1431 hDeviceInfo = SetupDiGetClassDevs(&netGuid, NULL, NULL, DIGCF_PRESENT); 1432 if (hDeviceInfo == INVALID_HANDLE_VALUE) 1445 fResult = SetupDiEnumDeviceInfo(hDeviceInfo, index, &DeviceInfoData); 1458 fResult = SetupDiGetDeviceRegistryProperty(hDeviceInfo, 1476 fResult = SetupDiGetDeviceRegistryProperty(hDeviceInfo, 1534 fResult = SetupDiSetSelectedDevice(hDeviceInfo, &DeviceInfoData); 1541 fResult = SetupDiCallClassInstaller(DIF_REMOVE, hDeviceInfo, &DeviceInfoData); 1554 if (hDeviceInfo != INVALID_HANDLE_VALUE) 1555 SetupDiDestroyDeviceInfoList(hDeviceInfo); [all...] |
Completed in 110 milliseconds