forked from hiyohiyo/CrystalDiskInfo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
EventMessage.h
135 lines (120 loc) · 1.99 KB
/
EventMessage.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
//
// Values are 32 bit values layed out as follows:
//
// 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
// 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
// +---+-+-+-----------------------+-------------------------------+
// |Sev|C|R| Facility | Code |
// +---+-+-+-----------------------+-------------------------------+
//
// where
//
// Sev - is the severity code
//
// 00 - Success
// 01 - Informational
// 10 - Warning
// 11 - Error
//
// C - is the Customer code flag
//
// R - is a reserved bit
//
// Facility - is the facility code
//
// Code - is the facility's status code
//
//
// Define the facility codes
//
//
// Define the severity codes
//
//
// MessageId: MSG_601
//
// MessageText:
//
// %1!s!
//
#define MSG_601 0x80000259L
//
// MessageId: MSG_602
//
// MessageText:
//
// %1!s!
//
#define MSG_602 0x8000025AL
//
// MessageId: MSG_603
//
// MessageText:
//
// %1!s!
//
#define MSG_603 0x8000025BL
//
// MessageId: MSG_604
//
// MessageText:
//
// %1!s!
//
#define MSG_604 0x8000025CL
//
// MessageId: MSG_605
//
// MessageText:
//
// %1!s!
//
#define MSG_605 0x8000025DL
//
// MessageId: MSG_606
//
// MessageText:
//
// %1!s!
//
#define MSG_606 0x8000025EL
//
// MessageId: MSG_701
//
// MessageText:
//
// %1!s!
//
#define MSG_701 0x400002BDL
//
// MessageId: MSG_702
//
// MessageText:
//
// %1!s!
//
#define MSG_702 0x400002BEL
//
// MessageId: MSG_703
//
// MessageText:
//
// %1!s!
//
#define MSG_703 0x400002BFL
//
// MessageId: MSG_704
//
// MessageText:
//
// %1!s!
//
#define MSG_704 0x400002C0L
//
// MessageId: MSG_705
//
// MessageText:
//
// %1!s!
//
#define MSG_705 0x400002C1L