Lines Matching defs:DeviceInfoData

2488             SP_DEVINFO_DATA DeviceInfoData;
2494 DeviceInfoData.cbSize = sizeof (SP_DEVINFO_DATA);
2510 ok = SetupDiEnumDeviceInfo (hDeviceInfo, index, &DeviceInfoData);
2525 &DeviceInfoData,
2541 &DeviceInfoData,
2570 if (CM_Get_Device_ID(DeviceInfoData.DevInst,
2599 ok = SetupDiSetSelectedDevice (hDeviceInfo, &DeviceInfoData);
2604 ok = SetupDiCallClassInstaller (DIF_REMOVE, hDeviceInfo, &DeviceInfoData);
2634 SP_DEVINFO_DATA DeviceInfoData;
2661 DeviceInfoData.cbSize = sizeof (SP_DEVINFO_DATA);
2682 DICD_GENERATE_ID, &DeviceInfoData);
2689 fResult = SetupDiSetSelectedDevice (hDeviceInfo, &DeviceInfoData);
2698 fResult = SetupDiGetDeviceInstallParams (hDeviceInfo, &DeviceInfoData,
2713 fResult = SetupDiSetDeviceInstallParams(hDeviceInfo, &DeviceInfoData,
2736 fResult = SetupDiBuildDriverInfoList (hDeviceInfo, &DeviceInfoData,
2749 ret = SetupDiEnumDriverInfo (hDeviceInfo, &DeviceInfoData,
2773 &DeviceInfoData,
2806 fResult = SetupDiSetSelectedDriver (hDeviceInfo, &DeviceInfoData,
2814 &DeviceInfoData);
2827 &DeviceInfoData);
2838 fResult = SetupDiGetDeviceInstallParams (hDeviceInfo, &DeviceInfoData,
2847 fResult = SetupDiSetDeviceInstallParams (hDeviceInfo, &DeviceInfoData,
2870 &DeviceInfoData);
2876 fResult = SetupDiGetDeviceInstallParams (hDeviceInfo, &DeviceInfoData,
2881 fResult = SetupDiSetDeviceInstallParams(hDeviceInfo, &DeviceInfoData,
2893 &DeviceInfoData);
2904 &DeviceInfoData);
2911 &DeviceInfoData);
2918 &DeviceInfoData,
2933 if (!SetupDiGetDeviceRegistryPropertyW(hDeviceInfo, &DeviceInfoData,
2947 if (!SetupDiGetDeviceRegistryPropertyW(hDeviceInfo, &DeviceInfoData,
2973 SetupDiCallClassInstaller(DIF_REMOVE, hDeviceInfo, &DeviceInfoData);
2975 found = SetupDiDeleteDeviceInfo(hDeviceInfo, &DeviceInfoData);
2979 SetupDiDestroyDriverInfoList(hDeviceInfo, &DeviceInfoData,