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
2.8 KiB

  1. ;/**********************************************************************/
  2. ;/** Microsoft Windows NT **/
  3. ;/** Copyright(c) Microsoft Corp., 1993 **/
  4. ;/**********************************************************************/
  5. ;
  6. ;/*
  7. ; inetamsg.h
  8. ;
  9. ; This file is generated by the MC tool from the INETAMSG.MC message
  10. ; file.
  11. ;
  12. ;
  13. ; FILE HISTORY:
  14. ; Johnl 16-Mar-1995 Created.
  15. ;
  16. ;*/
  17. ;
  18. ;
  19. ;#ifndef _INETAMSG_H_
  20. ;#define _INETAMSG_H_
  21. ;
  22. SeverityNames=(Success=0x0
  23. Informational=0x1
  24. Warning=0x2
  25. Error=0x3
  26. )
  27. Messageid=100 Severity=Warning SymbolicName=INET_SVCS_FAILED_LOGON
  28. Language=English
  29. The server was unable to logon the Windows NT account '%1' due to the following error: %2 The data is the error code.
  30. .
  31. Messageid=101 Severity=Warning SymbolicName=INET_SVC_ADD_VIRTUAL_ROOT_FAILED
  32. Language=English
  33. The server was unable to add the virtual root '%1' for the directory '%2' due to the following error: %3 The data is the error code.
  34. .
  35. Messageid=102 Severity=Error SymbolicName=INET_SVC_ODBC_DLL_LOAD_FAILED
  36. Language=English
  37. The server was unable to load ODBC32.DLL for sql logging due to the following error: %1 The data is the error code.
  38. .
  39. Messageid=103 Severity=Error SymbolicName=INET_SVC_ODBC_OPEN_FAILED
  40. Language=English
  41. The server was unable to open ODBC Data source %1, Table: %2, under UserName %3. The ODBC Error is: %4. The data is the error code.
  42. .
  43. Messageid=104 Severity=Error SymbolicName=INET_SVC_LOG_PARAMETERS_LONG
  44. Language=English
  45. The parameters specified for logging are too long. Field: %1; Data Given: %2.
  46. .
  47. Messageid=105 Severity=Error SymbolicName=INET_SVC_SERVICE_REG_FAILED
  48. Language=English
  49. The server was unable to register the administration tool discovery information. The administration tool may not be able to see this server. The data is the error code.
  50. .
  51. Messageid=106 Severity=Error SymbolicName=INET_SVC_LOG_CREATION_FAILED
  52. Language=English
  53. The Creation of InetLog Context failed. The data is error code.
  54. .
  55. Messageid=107 Severity=Error SymbolicName=INET_SVC_LOG_INFORMATION_FAILED
  56. Language=English
  57. Logging information failed. The log object was never created possibly due to wrong configuration.
  58. .
  59. Messageid=108 Severity=Error SymbolicName=INET_SVC_INVALID_LOGFILE_DIRECTORY
  60. Language=English
  61. The server was unable to find the log file directory %1. The data is error code.
  62. .
  63. Messageid=109 Severity=Error SymbolicName=INET_SVC_LOGGING_SUSPENDED
  64. Language=English
  65. The server was unable to continue request log owing to failure indicated by error code in data. Additionally it received error message: %1.
  66. .
  67. Messageid=110 Severity=Error SymbolicName=INET_SVC_LOGGING_RESUMED
  68. Language=English
  69. The server resumed request logging.
  70. .
  71. ;
  72. ;#endif // _INETAMSG_H_
  73. ;