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.

51 lines
1.6 KiB

  1. ;/**********************************************************************/
  2. ;/** Microsoft Windows NT **/
  3. ;/** Copyright(c) Microsoft Corp., 1993 **/
  4. ;/**********************************************************************/
  5. ;
  6. ;/*
  7. ; extend.h
  8. ;
  9. ; This file is generated by the MC tool from the INETAMSG.MC message
  10. ; file.
  11. ;
  12. ;
  13. ; FILE HISTORY:
  14. ; KestutiP 28-May-1999 Created.
  15. ;
  16. ;*/
  17. ;
  18. ;
  19. ;#ifndef _EXTEND_H_
  20. ;#define _EXTEND_H_
  21. ;
  22. SeverityNames=(Success=0x0
  23. Informational=0x1
  24. Warning=0x2
  25. Error=0x3
  26. )
  27. Messageid=101 Severity=Warning SymbolicName=INET_SVC_ACCOUNT_RECREATED
  28. Language=English
  29. IISADMIN service recreated an account %1.
  30. .
  31. Messageid=102 Severity=Error SymbolicName=INET_SVC_ACCOUNT_DISABLED
  32. Language=English
  33. IISADMIN service found that account %1 is disabled. Some IIS functions can fail for this reason.
  34. .
  35. Messageid=103 Severity=Error SymbolicName=INET_SVC_ACCOUNT_COMUPDATE_FAILED
  36. Language=English
  37. IISADMIN service was unable to update the activation identity for all IIS COM+ applications. Some IIS applications may fail to function.
  38. .
  39. Messageid=104 Severity=Warning SymbolicName=INET_SVC_ACCOUNT_CREATE_FAILED
  40. Language=English
  41. IISADMIN service failed to create account %1. Some IIS functions can fail for this reason.
  42. .
  43. Messageid=105 Severity=Warning SymbolicName=INET_SVC_ACCOUNT_NOT_EXIST
  44. Language=English
  45. IISADMIN service failed to verify anonymous/wam account %1. Some IIS functions can fail for this reason.
  46. .
  47. ;
  48. ;#endif // _EXTEND_H_
  49. ;