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.

167 lines
5.2 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1992, 1993 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; inplog.mc
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Constant definitions for the I/O error code log values.
  12. ;
  13. ;
  14. ;Revision History:
  15. ;
  16. ;--*/
  17. ;
  18. ;#ifndef _INPLOG_
  19. ;#define _INPLOG_
  20. ;
  21. ;//
  22. ;// Status values are 32 bit values layed out as follows:
  23. ;//
  24. ;// 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
  25. ;// 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
  26. ;// +---+-+-------------------------+-------------------------------+
  27. ;// |Sev|C| Facility | Code |
  28. ;// +---+-+-------------------------+-------------------------------+
  29. ;//
  30. ;// where
  31. ;//
  32. ;// Sev - is the severity code
  33. ;//
  34. ;// 00 - Success
  35. ;// 01 - Informational
  36. ;// 10 - Warning
  37. ;// 11 - Error
  38. ;//
  39. ;// C - is the Customer code flag
  40. ;//
  41. ;// Facility - is the facility code
  42. ;//
  43. ;// Code - is the facility's status code
  44. ;//
  45. ;
  46. MessageIdTypedef=NTSTATUS
  47. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  48. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  49. Warning=0x2:STATUS_SEVERITY_WARNING
  50. Error=0x3:STATUS_SEVERITY_ERROR
  51. )
  52. FacilityNames=(System=0x0
  53. RpcRuntime=0x2:FACILITY_RPC_RUNTIME
  54. RpcStubs=0x3:FACILITY_RPC_STUBS
  55. Io=0x4:FACILITY_IO_ERROR_CODE
  56. Inport=0x5:FACILITY_INPORT_ERROR_CODE
  57. )
  58. MessageId=0x0001 Facility=Inport Severity=Error SymbolicName=INPORT_INSUFFICIENT_RESOURCES
  59. Language=English
  60. Not enough memory was available to allocate internal storage needed for the device %1.
  61. .
  62. MessageId=0x0002 Facility=Inport Severity=Error SymbolicName=INPORT_NO_BUFFER_ALLOCATED
  63. Language=English
  64. Not enough memory was available to allocate the ring buffer that holds incoming data for %1.
  65. .
  66. MessageId=0x0003 Facility=Inport Severity=Error SymbolicName=INPORT_REGISTERS_NOT_MAPPED
  67. Language=English
  68. The hardware locations for %1 could not be translated to something the memory management system understands.
  69. .
  70. MessageId=0x0004 Facility=Inport Severity=Error SymbolicName=INPORT_RESOURCE_CONFLICT
  71. Language=English
  72. The hardware resources for %1 are already in use by another device.
  73. .
  74. MessageId=0x0005 Facility=Inport Severity=Informational SymbolicName=INPORT_NOT_ENOUGH_CONFIG_INFO
  75. Language=English
  76. Some firmware configuration information was incomplete, so defaults were used.
  77. .
  78. MessageId=0x0006 Facility=Inport Severity=Informational SymbolicName=INPORT_USER_OVERRIDE
  79. Language=English
  80. User configuration data is overriding firmware configuration data.
  81. .
  82. MessageId=0x0007 Facility=Inport Severity=Warning SymbolicName=INPORT_NO_DEVICEMAP_CREATED
  83. Language=English
  84. Unable to create the device map entry for %1.
  85. .
  86. MessageId=0x0008 Facility=Inport Severity=Warning SymbolicName=INPORT_NO_DEVICEMAP_DELETED
  87. Language=English
  88. Unable to delete the device map entry for %1.
  89. .
  90. MessageId=0x0009 Facility=Inport Severity=Error SymbolicName=INPORT_NO_INTERRUPT_CONNECTED
  91. Language=English
  92. Could not connect the interrupt for %1.
  93. .
  94. MessageId=0x000A Facility=Inport Severity=Error SymbolicName=INPORT_INVALID_ISR_STATE
  95. Language=English
  96. The ISR has detected an internal state error in the driver for %1.
  97. .
  98. MessageId=0x000C Facility=Inport Severity=Informational SymbolicName=INPORT_MOU_BUFFER_OVERFLOW
  99. Language=English
  100. The ring buffer that stores incoming mouse data has overflowed (buffer size is configurable via the registry).
  101. .
  102. MessageId=0x000D Facility=Inport Severity=Error SymbolicName=INPORT_INVALID_STARTIO_REQUEST
  103. Language=English
  104. The Start I/O procedure has detected an internal error in the driver for %1.
  105. .
  106. MessageId=0x000E Facility=Inport Severity=Error SymbolicName=INPORT_INVALID_INITIATE_STATE
  107. Language=English
  108. The Initiate I/O procedure has detected an internal state error in the driver for %1.
  109. .
  110. MessageId=0x0010 Facility=Inport Severity=Error SymbolicName=INPORT_MOU_RESET_COMMAND_FAILED
  111. Language=English
  112. The mouse reset failed.
  113. .
  114. MessageId=0x0012 Facility=Inport Severity=Warning SymbolicName=INPORT_MOU_RESET_RESPONSE_FAILED
  115. Language=English
  116. The device sent an incorrect response(s) following a mouse reset.
  117. .
  118. MessageId=0x0016 Facility=Inport Severity=Error SymbolicName=INPORT_SET_SAMPLE_RATE_FAILED
  119. Language=English
  120. Could not set the mouse sample rate.
  121. .
  122. MessageId=0x0017 Facility=Inport Severity=Error SymbolicName=INPORT_SET_RESOLUTION_FAILED
  123. Language=English
  124. Could not set the mouse resolution.
  125. .
  126. MessageId=0x0018 Facility=Inport Severity=Error SymbolicName=INPORT_MOU_ENABLE_XMIT
  127. Language=English
  128. Could not enable transmissions from the mouse.
  129. .
  130. MessageId=0x0019 Facility=Inport Severity=Warning SymbolicName=INPORT_NO_SYMLINK_CREATED
  131. Language=English
  132. Unable to create the symbolic link for %1.
  133. .
  134. MessageId=0x001A Facility=Inport Severity=Warning SymbolicName=INPORT_NO_SUCH_DEVICE
  135. Language=English
  136. The Inport bus mouse does not exist or was not detected.
  137. .
  138. MessageId=0x001B Facility=Inport Severity=Error SymbolicName=INPORT_ATTACH_DEVICE_FAILED
  139. Language=English
  140. Could not attach to the PnP device stack.
  141. .
  142. ;#endif /* _INPLOG_ */