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.

37 lines
830 B

  1. ;//---------------------------------------------------------------------------
  2. ;//
  3. ;// Copyright (c) 2000 Microsoft Corporation
  4. ;//
  5. ;// Error messages for the PCHealth Desktop Manager
  6. ;//
  7. ;// 07-27-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=Informational
  28. SymbolicName=SAFRDM_I_ABORT
  29. Language=English
  30. Remote Control session was aborted due to the following reason: %s
  31. .