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.

84 lines
1.5 KiB

  1. ;//---------------------------------------------------------------------------
  2. ;//
  3. ;// Copyright (c) 2000 Microsoft Corporation
  4. ;//
  5. ;// Error messages for the PCHealth Session Resolver
  6. ;//
  7. ;// 07-25-2000 TomFr 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. Service=0x00;FACILITY_SERVICE
  19. General=0x01:FACILITY_GENERAL
  20. )
  21. ;///////////////////////////////////////////////////////////////////////////////
  22. ;//
  23. ;// Event Log.
  24. ;//
  25. MessageId=0
  26. Facility=General
  27. Severity=Error
  28. SymbolicName=SESSRSLR_E_GENERAL
  29. Language=English
  30. General error: %1.
  31. .
  32. MessageId=+1
  33. Facility=General
  34. Severity=Informational
  35. SymbolicName=SESSRSLR_I_GENERAL
  36. Language=English
  37. General notice: %1.
  38. .
  39. MessageId=+1
  40. Facility=General
  41. Severity=Error
  42. SymbolicName=SESSRSLR_E_SECURE
  43. Language=English
  44. Security error: %1.
  45. .
  46. MessageId=+1
  47. Facility=General
  48. Severity=Success
  49. SymbolicName=SESSRSLR_I_SECURE
  50. Language=English
  51. Security notice: %1.
  52. .
  53. MessageId=+1
  54. Facility=General
  55. Severity=Success
  56. SymbolicName=SESSRSLR_ONDISCON
  57. Language=English
  58. Remote Assistance of %1/%2 ended.
  59. .
  60. MessageId=+1
  61. Facility=General
  62. Severity=Success
  63. SymbolicName=SESSRSLR_RESOLVEYES
  64. Language=English
  65. Remote Assistance of %1/%2 started.
  66. .
  67. MessageId=+1
  68. Facility=General
  69. Severity=Success
  70. SymbolicName=SESSRSLR_RESOLVENO
  71. Language=English
  72. Remote Assistance of %1/%2 refused by user.
  73. .