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.

56 lines
1.8 KiB

  1. ;/**********************************************************************/
  2. ;/** Microsoft Windows NT **/
  3. ;/** Copyright(c) Microsoft Corp., 1993 **/
  4. ;/**********************************************************************/
  5. ;
  6. ;/*
  7. ; iisrstam.h
  8. ;
  9. ; This file is generated by the MC tool from the IISRSTAM.MC message
  10. ; file.
  11. ;
  12. ;
  13. ; FILE HISTORY:
  14. ; Phillich 6-Oct-1998 Created
  15. ;
  16. ;*/
  17. ;
  18. ;
  19. ;#ifndef _IISRSTAM_H_
  20. ;#define _IISRSTAM_H_
  21. ;
  22. SeverityNames=(Success=0x0
  23. Informational=0x1
  24. Warning=0x2
  25. Error=0x3
  26. )
  27. Messageid=1 Severity=Informational SymbolicName=IRSTAM_START
  28. Language=English
  29. IIS start command received from user %1. The logged data is the status code.
  30. .
  31. Messageid=2 Severity=Informational SymbolicName=IRSTAM_STOP
  32. Language=English
  33. IIS stop command received from user %1. The logged data is the status code.
  34. .
  35. Messageid=3 Severity=Informational SymbolicName=IRSTAM_REBOOT
  36. Language=English
  37. IIS reboot command received from user %1. The logged data is the status code.
  38. .
  39. Messageid=4 Severity=Informational SymbolicName=IRSTAM_KILL
  40. Language=English
  41. IIS kill command received from user %1. The logged data is the status code.
  42. .
  43. Messageid=5 Severity=Informational SymbolicName=IRSTAM_SYSSHUT
  44. Language=English
  45. Your computer is being shut down by %1. Save any work that may be lost!
  46. .
  47. Messageid=6 Severity=Informational SymbolicName=IRSTAM_KILL_DUE_TO_FORCE
  48. Language=English
  49. IIS Reset encountered an error while stopping services, which was requested by %1. The logged data is the status code. Since the force option is on, IIS Reset will now terminate the services' processes. This may cause SCM to report errors about the services exiting.
  50. .
  51. ;
  52. ;#endif // _IISRSTAM_H_
  53. ;
  54.