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.

84 lines
1.5 KiB

  1. MessageIdTypedef=DWORD
  2. LanguageNames=(English=0x409:MSG00409)
  3. MessageId = 0x1
  4. Severity = Error
  5. Facility = Application
  6. SymbolicName = MSG_SUCCESS
  7. Language = English
  8. Success
  9. .
  10. MessageId = 0x2
  11. Severity = Error
  12. Facility = Application
  13. SymbolicName = FAIL_INVALIDPARAM
  14. Language = English
  15. Invalid Parameters
  16. .
  17. MessageId = 0x3
  18. Severity = Error
  19. Facility = Application
  20. SymbolicName = FAIL_COPYBASEINF
  21. Language = English
  22. Unable to copy base INF file specified.
  23. .
  24. MessageId = 0x4
  25. Severity = Error
  26. Facility = Application
  27. SymbolicName = FAIL_NOINITGENCALL
  28. Language = English
  29. InitGen has not been called
  30. .
  31. MessageId = 0x5
  32. Severity = Error
  33. Facility = Application
  34. SymbolicName = FAIL_NOSECTION
  35. Language = English
  36. Could not find any section for this file in database
  37. .
  38. MessageId = 0x6
  39. Severity = Error
  40. Facility = Application
  41. SymbolicName = FAIL_RECORDSET
  42. Language = English
  43. Could not open the recordset. Check the SQL query
  44. .
  45. MessageId = 0x7
  46. Severity = Error
  47. Facility = Application
  48. SymbolicName = FAIL_DSNOPEN
  49. Language = English
  50. Failed to open the ODBC connection to the DSN
  51. .
  52. MessageId = 0x8
  53. Severity = Error
  54. Facility = Application
  55. SymbolicName = FAIL_NO_DATABASE
  56. Language = English
  57. Not using a database or database initialization failed
  58. .
  59. MessageId = 0x9
  60. Severity = Error
  61. Facility = Application
  62. SymbolicName = FAIL_MAX_BUFFER
  63. Language = English
  64. String exceeded internal maximum buffer size
  65. .
  66. MessageId = 0xa
  67. Severity = Error
  68. Facility = Application
  69. SymbolicName = FAIL_INTERNAL_INCONSISTENCY
  70. Language = English
  71. Internal data is in inconsistent state. Fix the code.
  72. .