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.

140 lines
4.6 KiB

  1. ;//
  2. ;// Net error file for basename QOSMLOG_BASE = 43000
  3. ;//
  4. MessageId=43001 SymbolicName=QOSMLOG_INIT_CRITSEC_FAILED
  5. Language=English
  6. QOSMGR was unable to initialize a critical section.
  7. The data is the exception code.
  8. .
  9. MessageId=43002 SymbolicName=QOSMLOG_CREATE_SEMAPHORE_FAILED
  10. Language=English
  11. QOSMGR was unable to create a semaphore.
  12. The data is the error code.
  13. .
  14. MessageId=43003 SymbolicName=QOSMLOG_CREATE_EVENT_FAILED
  15. Language=English
  16. QOSMGR was unable to create an event.
  17. The data is the error code.
  18. .
  19. MessageId=43004 SymbolicName=QOSMLOG_CREATE_RWL_FAILED
  20. Language=English
  21. QOSMGR was unable to create a synchronization object.
  22. The data is the error code.
  23. .
  24. MessageId=43005 SymbolicName=QOSMLOG_HEAP_CREATE_FAILED
  25. Language=English
  26. QOSMGR was unable to create a heap.
  27. The data is the error code.
  28. .
  29. MessageId=43006 SymbolicName=QOSMLOG_HEAP_ALLOC_FAILED
  30. Language=English
  31. QOSMGR was unable to allocate memory from its heap.
  32. The data is the error code.
  33. .
  34. MessageId=43007 SymbolicName=QOSMLOG_CREATE_THREAD_FAILED
  35. Language=English
  36. QOSMGR was unable to create a thread.
  37. The data is the error code.
  38. .
  39. MessageId=43008 SymbolicName=QOSMLOG_WSASTARTUP_FAILED
  40. Language=English
  41. QOSMGR was unable to start Windows Sockets.
  42. The data is the error code.
  43. .
  44. MessageId=43009 SymbolicName=QOSMLOG_CREATE_SOCKET_FAILED
  45. Language=English
  46. QOSMGR was unable to create a socket.
  47. The data is the error code.
  48. .
  49. MessageId=43010 SymbolicName=QOSMLOG_BIND_IF_FAILED
  50. Language=English
  51. QOSMGR could not bind to IP address %1.
  52. Please make sure TCP/IP is installed and configured correctly.
  53. The data is the error code.
  54. .
  55. MessageId=43011 SymbolicName=QOSMLOG_RECVFROM_FAILED
  56. Language=English
  57. QOSMGR was unable to receive an incoming message
  58. on the local interface with IP address %1.
  59. The data is the error code.
  60. .
  61. MessageId=43012 SymbolicName=QOSMLOG_SENDTO_FAILED
  62. Language=English
  63. QOSMGR was unable to send a packet from the interface with IP address %1
  64. to the IP address %2.
  65. The data is the error code.
  66. .
  67. MessageId=43013 SymbolicName=QOSMLOG_SET_MCAST_IF_FAILED
  68. Language=English
  69. QOSMGR could not request multicasting on the local interface
  70. with IP address %1.
  71. The data is the error code.
  72. .
  73. MessageId=43014 SymbolicName=QOSMLOG_JOIN_GROUP_FAILED
  74. Language=English
  75. QOSMGR could not join the multicast group 224.0.0.9
  76. on the local interface with IP address %1.
  77. The data is the error code.
  78. .
  79. MessageId=43015 SymbolicName=QOSMLOG_QOSMGR_STARTED
  80. Language=English
  81. QOSMGR has started successfully.
  82. .
  83. MessageId=43016 SymbolicName=QOSMLOG_QOSMGR_ALREADY_STARTED
  84. Language=English
  85. QOSMGR received a start request when it was already running.
  86. .
  87. MessageId=43017 SymbolicName=QOSMLOG_RTM_REGISTER_FAILED
  88. Language=English
  89. IPRIPv2 was unable to register with the Routing Table Manager.
  90. The data is the error code.
  91. .
  92. MessageId=43018 SymbolicName=QOSMLOG_QOSMGR_STOPPED
  93. Language=English
  94. QOSMGR has stopped.
  95. .
  96. MessageId=43019 SymbolicName=QOSMLOG_NETWORK_MODULE_ERROR
  97. Language=English
  98. QOSMGR encountered a problem in the Network Module.
  99. The data is the error code.
  100. .
  101. MessageId=43020 SymbolicName=QOSMLOG_PACKET_TOO_SMALL
  102. Language=English
  103. QOSMGR received a packet which was smaller than the minimum size
  104. allowed for QOSMGR packets. The packet has been discarded.
  105. It was received on the local interface with IP address %1,
  106. and it came from the neighboring router with IP address %2.
  107. .
  108. MessageId=43021 SymbolicName=QOSMLOG_PACKET_HEADER_CORRUPT
  109. Language=English
  110. QOSMGR received a packet with an invalid header. The packet has been
  111. discarded. It was received on the local interface with IP address %1,
  112. and it came from the neighboring router with IP address %2.
  113. .
  114. MessageId=43022 SymbolicName=QOSMLOG_PACKET_VERSION_INVALID
  115. Language=English
  116. QOSMGR received a packet with an invalid version in its header.
  117. The packet has been discarded. It was received on the local interface
  118. with IP address %1, and it came from the neighboring router
  119. with IP address %2.
  120. .
  121. MessageId=43023 SymbolicName=QOSMLOG_TIMER_MODULE_ERROR
  122. Language=English
  123. QOSMGR encountered a problem in the Timer Module.
  124. The data is the error code.
  125. .
  126. MessageId=43024 SymbolicName=QOSMLOG_PROTOCOL_MODULE_ERROR
  127. Language=English
  128. QOSMGR encountered a problem in the Protocol Module.
  129. The data is the error code.
  130. .
  131. MessageId=43025 SymbolicName=QOSMLOG_TC_REGISTER_FAILED
  132. Language=English
  133. QOSMGR could not register with the traffic control API.
  134. The data is the error code.
  135. .
  136. MessageId=43026 SymbolicName=QOSMLOG_TC_DEREGISTER_FAILED
  137. Language=English
  138. QOSMGR could not deregister with the traffic control API.
  139. The data is the error code.
  140. .