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.

51 lines
779 B

  1. ; /* Copyright (C) 1993-1998 Microsoft Corporation. All Rights Reserved.
  2. ;
  3. ; MODULE: nmevtmsg.mc
  4. ;
  5. ; AUTHOR: xin liu
  6. ;
  7. ; This file contains the message definition for the Remote Desktop Sharing
  8. ; service program.
  9. ; */
  10. MessageId=0x01
  11. Severity=Error
  12. Facility=Application
  13. SymbolicName=MSG_ERR_SERVICE
  14. Language=English
  15. Service Error in %1
  16. .
  17. MessageId=0x10
  18. Severity=Informational
  19. Facility=Application
  20. SymbolicName=MSG_INF_START
  21. Language=English
  22. NetMeeting RDS Service Start
  23. .
  24. MessageId=0x11
  25. Severity=Informational
  26. Facility=Application
  27. SymbolicName=MSG_INF_STOP
  28. Language=English
  29. NetMeeting RDS Service Stop
  30. .
  31. MessageId=0x12
  32. Severity=Informational
  33. Facility=Application
  34. SymbolicName=MSG_INF_ACCESS
  35. Language=English
  36. NetMeeting RDS Service is called from %1
  37. .