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.

68 lines
1.4 KiB

  1. ;//---------------------------------------------------------------------------
  2. ;//
  3. ;// Copyright (c) 1997-1999 Microsoft Corporation
  4. ;//
  5. ;// Error messages for the 236 product
  6. ;//
  7. ;// Aug. 30, 98 HueiWang Created
  8. ;//
  9. ;//
  10. MessageIdTypedef=DWORD
  11. SeverityNames=(
  12. Success=0x0:STATUS_SEVERITY_SUCCESS
  13. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  14. Warning=0x2:STATUS_SEVERITY_WARNING
  15. Error=0x3:STATUS_SEVERITY_ERROR
  16. )
  17. FacilityNames=(
  18. General=0x00:FACILITY_GENERAL
  19. )
  20. ;///////////////////////////////////////////////////////////////////////////////
  21. ;//
  22. ;// General error/message
  23. ;//
  24. MessageId=0
  25. Facility=General
  26. Severity=Error
  27. SymbolicName=TLSA02_E_INVALID_OSID
  28. Language=English
  29. Client has passed an unsupported system ID.
  30. .
  31. MessageId=+1
  32. Facility=General
  33. Severity=Error
  34. SymbolicName=TLSA02_E_ALLOCATEMEMORY
  35. Language=English
  36. Can't allocate require memory.
  37. .
  38. MessageId=+1
  39. Facility=General
  40. Severity=Error
  41. SymbolicName=TLSA02_E_INTERNALERROR
  42. Language=English
  43. Internal Error.
  44. .
  45. MessageId=+1
  46. Facility=General
  47. Severity=Error
  48. SymbolicName=TLSA02_E_NEEDUPGRADE
  49. Language=English
  50. License Server version is older than this Policy Module, need to upgrade License Server.
  51. .
  52. MessageId=+1
  53. Facility=General
  54. Severity=Error
  55. SymbolicName=TLSA02_E_INVALIDDATA
  56. Language=English
  57. License Server has passed a invalid data.
  58. .