Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
1.1 KiB

  1. #include "msdres.h"
  2. STRINGTABLE DISCARDABLE
  3. BEGIN
  4. IDS_ERR_OPEN_INF "Cannot open INF file %s."
  5. IDS_ERR_OPEN_OFFLINECDD "Cannot open offline registry."
  6. IDS_ERR_CREATE_DEVNODE "Failed to create temporary devnode."
  7. IDS_ERR_GET_INF_NAME "Failed to read device INF file name."
  8. IDS_ERR_OPEN_FILE_QUEUE "Failed to open file queue."
  9. IDS_ERR_COMMIT_OFFLINE_QUEUE "Failed to commit the offline file queue."
  10. IDS_ERR_CLASS_GUID "Failed to process the class GUID of the device."
  11. IDS_ERR_UPPER_FILTERS "Failed to process the upper filters of the device."
  12. IDS_ERR_LOWER_FILTERS "Failed to process the lower filters of the device."
  13. IDS_ERR_DEVICE_SERVICE "Failed to process the controlling service of the device."
  14. IDS_ERR_SELECT_COMPAT "Failed to select the best compatible driver for the device."
  15. IDS_ERR_ENUM_COMPAT_DRIVER "Failed to enumerate the best compatible driver for the device."
  16. IDS_ERR_BUILD_COMPAT_DRIVER "Failed to build the list of compatible drivers for the device."
  17. END