-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNTServiceEventLogMsg.mc
70 lines (59 loc) · 1.36 KB
/
NTServiceEventLogMsg.mc
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
;/////////////////////////////////////////////////////////////////////////
;//
;// Copyright (c) 1998 Telic Software International B.V.
;//
;// Module Name:
;//
;// NTServiceEventLogMsg.h
;//
;// Abstract:
;//
;// Messages for Event Logging for the service
;//
;//
;//Notes:
;// DO NOT EDIT THIS FILE BY HAND!
;//
;// This file is GENERATED by the MC tool from the NTServiceEventLogMsg.mc file.
;//
;//////////////////////////////////////////////////////////////////////////
;
;
;#ifndef __NTSERVICEEVENTLOGMSG_H__
;#define __NTSERVICEEVENTLOGMSG_H__
;
MessageIdTypeDef=DWORD
SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
Warning=0x2:STATUS_SEVERITY_WARNING
Error=0x3:STATUS_SEVERITY_ERROR
)
LanguageNames=(EnglishUS=0x401:MSG00401
Dutch=0x113:MSG00113
Neutral=0x0000:MSG00000
)
MessageId=0x0 SymbolicName=MSG_INFO_1
Severity=Informational
Facility=Application
Language=Neutral
%1
.
MessageId=0x1 SymbolicName=MSG_WARNING_1
Severity=Warning
Facility=Application
Language=Neutral
%1
.
MessageId=0x2 SymbolicName=MSG_ERROR_1
Severity=Error
Facility=Application
Language=Neutral
%1
.
MessageId=0x3 SymbolicName=MSG_SUCCESS_1
Severity=Success
Facility=Application
Language=Neutral
%1
.
;#endif // __NTSERVICEEVENTLOGMSG_H__