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.

118 lines
2.9 KiB

  1. ;/*--
  2. ;Copyright (c) 1993 Microsoft Corporation
  3. ;
  4. ;Module Name:
  5. ;
  6. ; atmonmsg.h
  7. ;
  8. ;Abstract:
  9. ;
  10. ; Definitions for AppleTalk Print Monitor events.
  11. ;
  12. ;Author:
  13. ;
  14. ; Frank Byrum (frankb@microsoft.com)
  15. ;
  16. ;Revision History:
  17. ;
  18. ;Notes:
  19. ;
  20. ; This file is generated by the MC tool from the atmonmsg.mc file.
  21. ;
  22. ;--*/
  23. ;
  24. ;#ifndef _ATMONMSG_
  25. ;#define _ATMONMSG_
  26. ;
  27. ;#define ATALKMON_EVENT_SOURCE L"AppleTalk Print Monitor"
  28. ;
  29. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  30. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  31. Warning=0x2:STATUS_SEVERITY_WARNING
  32. Error=0x3:STATUS_SEVERITY_ERROR
  33. )
  34. ;
  35. ;/////////////////////////////////////////////////////////////////////////
  36. ;// AppleTalk Print Monitor Event Categories
  37. ;/////////////////////////////////////////////////////////////////////////
  38. ;
  39. MessageId=1 SymbolicName=EVENT_CATEGORY_INTERNAL
  40. Language=English
  41. System Events
  42. .
  43. MessageId=+1 SymbolicName=EVENT_CATEGORY_ADMIN
  44. Language=English
  45. Administrative Events
  46. .
  47. MessageId=+1 SymbolicName=EVENT_CATEGORY_USAGE
  48. Language=English
  49. Usage Events
  50. .
  51. MessageId=+1 SymbolicName=EVENT_CATEGORY_CONFIG
  52. Language=English
  53. Not used
  54. Configuration Events
  55. .
  56. ;
  57. ;/////////////////////////////////////////////////////////////////////////
  58. ;// AppleTalk Print Monitor Events
  59. ;/////////////////////////////////////////////////////////////////////////
  60. ;
  61. MessageId=2000 Severity=Informational SymbolicName=EVENT_ATALKMON_STARTED
  62. Language=English
  63. Not used
  64. The AppleTalk Print Monitor has started.
  65. .
  66. MessageId=+1 Severity=Warning SymbolicName=EVENT_ATALKMON_STACK_NOT_STARTED
  67. Language=English
  68. An attempt was made to send a print job to an AppleTalk printer while
  69. the AppleTalk Protocol device was stopped.
  70. .
  71. MessageId=+1 Severity=Warning SymbolicName=EVENT_ATALKMON_STATUS
  72. Language=English
  73. Not used
  74. The printer returned the following status message when an attempt was made
  75. to print a job: %1
  76. .
  77. MessageId=+1 Severity=Warning SymbolicName=EVENT_ATALKMON_PRINTER_NOT_FOUND
  78. Language=English
  79. Not used
  80. The printer %1 cannot be found on the AppleTalk network. The print job has
  81. been deleted.
  82. .
  83. MessageId=+1 Severity=Warning SymbolicName=EVENT_ATALKMON_JOB_CANCELED
  84. Language=English
  85. Not used
  86. There was a communication problem with the printer %1. The print job has
  87. been deleted.
  88. .
  89. MessageId=+1 Severity=Error SymbolicName=EVENT_ATALKMON_WINSOCK_ERROR
  90. Language=English
  91. Unable to intialize Windows Sockets for AppleTalk protocol. Ensure that AppleTalk is correctly configured.
  92. .
  93. MessageId=+1 Severity=Error SymbolicName=EVENT_ATALKMON_REGISTRY_ERROR
  94. Language=English
  95. An error was reported while attempting to initialize the monitor with the
  96. list of port information from the registry.
  97. The information is located in the key
  98. SYSTEM\CurrentControlSet\Control\Print\Monitors\AppleTalk Printing Devices
  99. The error code is in the data.
  100. .
  101. ;
  102. ;#endif // _ATMONMSG_
  103. ;