Leaked source code of windows server 2003
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.

99 lines
3.2 KiB

  1. ;/**********************************************************************/
  2. ;/** Microsoft Windows NT **/
  3. ;/** Copyright(c) Microsoft Corp., 1993-1999 **/
  4. ;/**********************************************************************/
  5. ;
  6. ;/*
  7. ; mdmsg.h
  8. ;
  9. ; This file is generated by the MC tool from the MDMSG.MC message
  10. ; file.
  11. ;
  12. ;
  13. ; FILE HISTORY:
  14. ; michth 26-Jun-1996 Created.
  15. ;
  16. ;*/
  17. ;
  18. ;
  19. ;#ifndef _MDMSG_H_
  20. ;#define _MDMSG_H_
  21. ;
  22. SeverityNames=(Success=0x0
  23. CoError=0x2
  24. Error=0x3
  25. )
  26. FacilityNames=(Internet=0xc
  27. Runtime=0x2
  28. )
  29. Messageid=0xc800 Facility=Internet Severity=CoError SymbolicName=MD_ERROR_NOT_INITIALIZED
  30. Language=English
  31. MetaData has not been initialized.
  32. .
  33. Messageid=0xc801 Facility=Internet Severity=CoError SymbolicName=MD_ERROR_DATA_NOT_FOUND
  34. Language=English
  35. The specified metadata was not found.
  36. .
  37. Messageid=0xc802 Facility=Internet Severity=CoError SymbolicName=MD_ERROR_INVALID_VERSION
  38. Language=English
  39. The version specified in metadata storage was not recognized.
  40. .
  41. Messageid=0xc803 Facility=Internet Severity=Success SymbolicName=MD_WARNING_PATH_NOT_FOUND
  42. Language=English
  43. A specified metaobject path was not found. The metaobject and associated metadata was ignored.
  44. .
  45. Messageid=0xc804 Facility=Internet Severity=Success SymbolicName=MD_WARNING_DUP_NAME
  46. Language=English
  47. A metaobject or metadata was specified more than once. The duplicate ignored.
  48. .
  49. Messageid=0xc805 Facility=Internet Severity=Success SymbolicName=MD_WARNING_INVALID_DATA
  50. Language=English
  51. Invalid metadata was specified. The invalid metadata was ignored.
  52. .
  53. Messageid=0xc806 Facility=Internet Severity=CoError SymbolicName=MD_ERROR_SECURE_CHANNEL_FAILURE
  54. Language=English
  55. A secure communications channel could not be established with the target server.
  56. .
  57. Messageid=0xc807 Facility=Internet Severity=Success SymbolicName=MD_WARNING_PATH_NOT_INSERTED
  58. Language=English
  59. The path was not inserted into the string as requested. The probable cause is that the data is at an object at a higher level than the handle.
  60. .
  61. Messageid=0xc808 Facility=Internet Severity=CoError SymbolicName=MD_ERROR_CANNOT_REMOVE_SECURE_ATTRIBUTE
  62. Language=English
  63. The METADATA_SECURE attribute cannot be removed from a data item via the GetData method. Use the DeleteData method to remove the secure data.
  64. .
  65. Messageid=0xc809 Facility=Internet Severity=Success SymbolicName=MD_WARNING_SAVE_FAILED
  66. Language=English
  67. The metadata save prior to backup failed. The previous version of the data was backed up.
  68. .
  69. Messageid=0xc810 Facility=Internet Severity=CoError SymbolicName=MD_ERROR_IISAO_INVALID_SCHEMA
  70. Language=English
  71. The schema information could not be loaded. A required key or property is missing from the metabase.
  72. .
  73. Messageid=0xc819 Facility=Internet Severity=CoError SymbolicName=MD_ERROR_READ_METABASE_FILE
  74. Language=English
  75. Unable to read the metabase file. Look at eventlog for further details.
  76. .
  77. Messageid=0xc81d Facility=Internet Severity=CoError SymbolicName=MD_ERROR_NO_SESSION_KEY
  78. Language=English
  79. Could not find session key in IIS_Global section of XML file.
  80. .
  81. ;
  82. ;#endif // _MDMSG_H_
  83. ;