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.

54 lines
1.2 KiB

  1. ;/*++
  2. ;
  3. ; Copyright (c) 2001 Microsoft Corporation
  4. ;
  5. ; Module Name:
  6. ;
  7. ; ahmsg.mc
  8. ;
  9. ; Abstract:
  10. ;
  11. ; Contains message definitions
  12. ; for event logging.
  13. ;
  14. ; Notes:
  15. ;
  16. ; DO NOT change the order of the MessageIds.
  17. ; The event log service uses these numbers
  18. ; to determine which strings to pull from
  19. ; the EXE. If the user has installed a previous
  20. ; package on the PC and these get changed,
  21. ; their event log entries will break.
  22. ;
  23. ; History:
  24. ;
  25. ; 10/22/2001 dmunsil Created
  26. ;
  27. ;--*/
  28. MessageIdTypedef=DWORD
  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. MessageId=1
  34. Severity=Informational
  35. Facility=Application
  36. SymbolicName=ID_APPHELP_TRIGGERED
  37. Language=English
  38. The program %1 triggered a compatibility warning message.
  39. .
  40. MessageId=2
  41. Severity=Informational
  42. Facility=Application
  43. SymbolicName=ID_APPHELP_BLOCK_TRIGGERED
  44. Language=English
  45. The program %1 triggered a compatibility error message. As a result, the program could not run.
  46. .