|
|
1.1 root 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: ; kbdlog.mc
8: ;
9: ;Abstract:
10: ;
11: ; Constant definitions for the I/O error code log values.
12: ;
13: ;Revision History:
14: ;
15: ;--*/
16: ;
17: ;#ifndef _KBDLOG_
18: ;#define _KBDLOG_
19: ;
20: ;//
21: ;// Status values are 32 bit values layed out as follows:
22: ;//
23: ;// 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
24: ;// 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
25: ;// +---+-+-------------------------+-------------------------------+
26: ;// |Sev|C| Facility | Code |
27: ;// +---+-+-------------------------+-------------------------------+
28: ;//
29: ;// where
30: ;//
31: ;// Sev - is the severity code
32: ;//
33: ;// 00 - Success
34: ;// 01 - Informational
35: ;// 10 - Warning
36: ;// 11 - Error
37: ;//
38: ;// C - is the Customer code flag
39: ;//
40: ;// Facility - is the facility code
41: ;//
42: ;// Code - is the facility's status code
43: ;//
44: ;
45: MessageIdTypedef=NTSTATUS
46:
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:
53: FacilityNames=(System=0x0
54: RpcRuntime=0x2:FACILITY_RPC_RUNTIME
55: RpcStubs=0x3:FACILITY_RPC_STUBS
56: Io=0x4:FACILITY_IO_ERROR_CODE
57: Kbdclass=0x5:FACILITY_KBDCLASS_ERROR_CODE
58: )
59:
60:
61:
62: MessageId=0x0001 Facility=Kbdclass Severity=Error SymbolicName=KBDCLASS_INSUFFICIENT_RESOURCES
63: Language=English
64: Not enough memory was available to allocate internal storage needed for the device %1.
65: .
66:
67: MessageId=0x0002 Facility=Kbdclass Severity=Error SymbolicName=KBDCLASS_NO_BUFFER_ALLOCATED
68: Language=English
69: Not enough memory was available to allocate the ring buffer that holds incoming data for %1.
70: .
71:
72: MessageId=0x0003 Facility=Kbdclass Severity=Informational SymbolicName=KBDCLASS_NOT_ENOUGH_CONFIG_INFO
73: Language=English
74: Some firmware configuration information was incomplete, so defaults were used.
75: .
76:
77: MessageId=0x0004 Facility=Kbdclass Severity=Informational SymbolicName=KBDCLASS_USER_OVERRIDE
78: Language=English
79: User configuration data is overriding firmware configuration data.
80: .
81:
82: MessageId=0x0005 Facility=Kbdclass Severity=Warning SymbolicName=KBDCLASS_NO_DEVICEMAP_CREATED
83: Language=English
84: Unable to create the device map entry for %1.
85: .
86:
87: MessageId=0x0006 Facility=Kbdclass Severity=Warning SymbolicName=KBDCLASS_NO_DEVICEMAP_DELETED
88: Language=English
89: Unable to delete the device map entry for %1.
90: .
91:
92: MessageId=0x0007 Facility=Kbdclass Severity=Error SymbolicName=KBDCLASS_NO_PORT_DEVICE_OBJECT
93: Language=English
94: Could not locate the device object for one or more keyboard port devices.
95: .
96:
97: MessageId=0x0008 Facility=Kbdclass Severity=Error SymbolicName=KBDCLASS_NO_PORT_CONNECT
98: Language=English
99: Could not connect to port device %1.
100: .
101:
102: MessageId=0x0009 Facility=Kbdclass Severity=Error SymbolicName=KBDCLASS_PORT_INTERRUPTS_NOT_ENABLED
103: Language=English
104: Could not enable interrupts on connected port device %1.
105: .
106:
107: MessageId=0x000A Facility=Kbdclass Severity=Error SymbolicName=KBDCLASS_PORT_INTERRUPTS_NOT_DISABLED
108: Language=English
109: Could not disable interrupts on connected port device %1.
110: .
111:
112: MessageId=0x000B Facility=Kbdclass Severity=Informational SymbolicName=KBDCLASS_KBD_BUFFER_OVERFLOW
113: Language=English
114: The ring buffer that stores incoming keyboard data has overflowed (buffer size is configurable via the registry).
115: .
116:
117: MessageId=0x000C Facility=Kbdclass Severity=Error SymbolicName=KBDCLASS_INTERNAL_ERROR
118: Language=English
119: The driver for device %1 encountered an internal driver error.
120: .
121:
122: ;#endif /* _KBDLOG_ */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.