Lines Matching refs:hDeviceInfo
1413 HDEVINFO hDeviceInfo = INVALID_HANDLE_VALUE;
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);