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.

58 lines
1.1 KiB

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1995 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; martaevt.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Definitions for Events
  12. ;
  13. ;Author:
  14. ;
  15. ; MacM, 23 Sep 1997
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ; This file is generated by the MC tool from the martaevt.mc file.
  22. ;
  23. ;--*/
  24. ;
  25. ;
  26. ;#ifndef __MARTTAEVT_H__
  27. ;#define __MARTTAEVT_H__
  28. ;
  29. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  30. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  31. Warning=0x2:STATUS_SEVERITY_WARNING
  32. Error=0x3:STATUS_SEVERITY_ERROR
  33. )
  34. MessageId=1 Severity=Success SymbolicName=CATEGORY_NTMARTA
  35. Language=English
  36. AclPropagation
  37. .
  38. MessageId=2 Severity=Success SymbolicName=CATEGORY_MAX_CATEGORY
  39. Language=English
  40. Max
  41. .
  42. MessageId=0x1000 Severity=Success SymbolicName=MARTAEVT_DIRECTORY_PROPAGATION_FAILED
  43. Language=English
  44. Acl propagation encountered errors on the following file system directories: %1!s!
  45. .
  46. MessageId=0x1001 Severity=Success SymbolicName=MARTAEVT_REGISTRY_PROPAGATION_FAILED
  47. Language=English
  48. Acl propagation encountered errors on the following registry entries: %1!s!
  49. .
  50. ;
  51. ;#endif // __MARTAEVT_H_
  52. ;