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.

60 lines
1.9 KiB

  1. ;/**********************************************************************/
  2. ;/** Microsoft Windows NT **/
  3. ;/** Copyright(c) Microsoft Corp., 1997 **/
  4. ;/**********************************************************************/
  5. ;
  6. ;/*
  7. ; wammsg.h
  8. ;
  9. ; This file is generated by the MC tool from the WAMMSG.MC message
  10. ; file.
  11. ;
  12. ;
  13. ; FILE HISTORY:
  14. ; MuraliK 31-Mar-1997 Created.
  15. ;
  16. ;*/
  17. ;
  18. ;
  19. ;#ifndef _WAMMSG_H_
  20. ;#define _WAMMSG_H_
  21. ;
  22. SeverityNames=(Success=0x0
  23. Informational=0x1
  24. Warning=0x2
  25. Error=0x3
  26. )
  27. Messageid=201 Severity=Informational SymbolicName=WAM_EVENT_INIT_SUCCESS
  28. Language=English
  29. WAM Instance Started with Process Id %1.
  30. .
  31. Messageid=202 Severity=Error SymbolicName=WAM_EVENT_INIT_FAILED
  32. Language=English
  33. WAM Instance failed to start in process %1. The data is the error.
  34. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  35. .
  36. Messageid=203 Severity=Informational SymbolicName=WAM_EVENT_SHUTDOWN
  37. Language=English
  38. WAM Instance in process %1 is shutdown.
  39. .
  40. Messageid=204 Severity=Error SymbolicName=WAM_EVENT_EXTENSION_EXCEPTION
  41. Language=English
  42. The HTTP server encountered an unhandled exception while processing the ISAPI Application '%1'.
  43. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  44. .
  45. Messageid=205 Severity=Error SymbolicName=WAM_EVENT_EXTENSION_LOAD_FAILED
  46. Language=English
  47. The HTTP server was unable to load the ISAPI Application '%1'. The data is the error.
  48. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  49. .
  50. ;
  51. ;#endif // _WAMMSG_H_
  52. ;