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.

85 lines
2.0 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1996-1998 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; csevent.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Definitions for network events.
  12. ;
  13. ;Author:
  14. ;
  15. ; UShaji Group 17-March-1998
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ; This file is generated by the MC tool from the csevent.mc file.
  22. ;
  23. ;--*/
  24. ;
  25. ;#ifndef _CSEVENT_
  26. ;#define _CSEVENT_
  27. ;
  28. ;
  29. ;/////////////////////////////////////////////////////////////////////////
  30. ;//
  31. ;// Application Deployment Events (13500-13599)
  32. ;//
  33. ;/////////////////////////////////////////////////////////////////////////
  34. ;
  35. MessageId=13500 Severity=Error SymbolicName=EVENT_CS_INVALID_VERSION
  36. Language=English
  37. The specified path %1 is not a Class Store. System will not use this Class Store.
  38. **Error Code %2**
  39. .
  40. MessageId=13501 Severity=Error SymbolicName=EVENT_CS_NETWORK_ERROR
  41. Language=English
  42. The Class Store %1 could not be reached because of Network Problems.
  43. **Error Code %2**
  44. .
  45. MessageId=13502 Severity=Error SymbolicName=EVENT_CS_INVALID_PATH
  46. Language=English
  47. The specified path for the Class Store: %1 is of invalid syntax. System
  48. will not use this Class Store. **Error Code %2**
  49. .
  50. MessageId=13503 Severity=Error SymbolicName=EVENT_CS_SCHEMA_MISMATCH
  51. Language=English
  52. The Schema for the Class Store at %1 is invalid. System will not use this Class Store.
  53. **Error Code %2**
  54. .
  55. MessageId=13504 Severity=Error SymbolicName=EVENT_CS_NO_CLASSSTORE
  56. Language=English
  57. There is no Class Store in the policy. (Verbose)
  58. .
  59. MessageId=13505 Severity=Error SymbolicName=EVENT_CS_CLASSSTORE_NOTFOUND
  60. Language=English
  61. A Class Store at the specified path %1 does not exist.
  62. **Error Code %2**
  63. .
  64. MessageId=13506 Severity=Error SymbolicName=EVENT_CS_INTERNAL_ERROR
  65. Language=English
  66. An Unexpected error occured for the class store Object %1.
  67. **Error Code %2**
  68. .
  69. MessageId=13507 Severity=Informational SymbolicName=EVENT_CS_CLASSSTORE_DEBUGMSG
  70. Language=English
  71. %1 (Verbose)
  72. .
  73. ;
  74. ;#endif // _NETEVENT
  75. ;