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.

81 lines
1.5 KiB

  1. /* Copyright (C) 1993-1998 Microsoft Corporation. All Rights Reserved.
  2. MODULE: nmevtmsg.mc
  3. AUTHOR: xin liu
  4. This file contains the message definition for the Remote Desktop Sharing
  5. service program.
  6. */
  7. //
  8. // Values are 32 bit values layed out as follows:
  9. //
  10. // 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
  11. // 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
  12. // +---+-+-+-----------------------+-------------------------------+
  13. // |Sev|C|R| Facility | Code |
  14. // +---+-+-+-----------------------+-------------------------------+
  15. //
  16. // where
  17. //
  18. // Sev - is the severity code
  19. //
  20. // 00 - Success
  21. // 01 - Informational
  22. // 10 - Warning
  23. // 11 - Error
  24. //
  25. // C - is the Customer code flag
  26. //
  27. // R - is a reserved bit
  28. //
  29. // Facility - is the facility code
  30. //
  31. // Code - is the facility's status code
  32. //
  33. //
  34. // Define the facility codes
  35. //
  36. //
  37. // Define the severity codes
  38. //
  39. //
  40. // MessageId: MSG_ERR_SERVICE
  41. //
  42. // MessageText:
  43. //
  44. // Service Error in %1
  45. //
  46. #define MSG_ERR_SERVICE 0xC0000001L
  47. //
  48. // MessageId: MSG_INF_START
  49. //
  50. // MessageText:
  51. //
  52. // NetMeeting RDS Service Start
  53. //
  54. #define MSG_INF_START 0x40000010L
  55. //
  56. // MessageId: MSG_INF_STOP
  57. //
  58. // MessageText:
  59. //
  60. // NetMeeting RDS Service Stop
  61. //
  62. #define MSG_INF_STOP 0x40000011L
  63. //
  64. // MessageId: MSG_INF_ACCESS
  65. //
  66. // MessageText:
  67. //
  68. // NetMeeting RDS Service is called from %1
  69. //
  70. #define MSG_INF_ACCESS 0x40000012L