Add .gitattributes and .gitignore files and normalize line endings in the repository...
[reactos.git] / modules / rostests / win32 / advapi32 / eventlog / MyEventProvider.mc
1 ; // MyEventProvider.mc
2
3 ; // This is the header section.
4
5
6 SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
7 Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
8 Warning=0x2:STATUS_SEVERITY_WARNING
9 Error=0x3:STATUS_SEVERITY_ERROR
10 )
11
12
13 FacilityNames=(System=0x0:FACILITY_SYSTEM
14 Runtime=0x2:FACILITY_RUNTIME
15 Stubs=0x3:FACILITY_STUBS
16 Io=0x4:FACILITY_IO_ERROR_CODE
17 )
18
19 LanguageNames=(English=0x409:MSG00409)
20
21
22 ; // The following are the categories of events.
23
24 MessageIdTypedef=WORD
25
26 MessageId=0x1
27 SymbolicName=NETWORK_CATEGORY
28 Language=English
29 Network Events
30 .
31
32 MessageId=0x2
33 SymbolicName=DATABASE_CATEGORY
34 Language=English
35 Database Events
36 .
37
38 MessageId=0x3
39 SymbolicName=UI_CATEGORY
40 Language=English
41 UI Events
42 .
43
44
45 ; // The following are the message definitions.
46
47 MessageIdTypedef=DWORD
48
49 MessageId=0x100
50 Severity=Error
51 Facility=Runtime
52 SymbolicName=MSG_INVALID_COMMAND
53 Language=English
54 The command is not valid.
55 .
56
57
58 MessageId=0x101
59 Severity=Error
60 Facility=System
61 SymbolicName=MSG_BAD_FILE_CONTENTS
62 Language=English
63 File %1 contains content that is not valid.
64 .
65
66 MessageId=0x102
67 Severity=Warning
68 Facility=System
69 SymbolicName=MSG_RETRIES
70 Language=English
71 There have been %1 retries with %2 success! Disconnect from
72 the server and try again later.
73 .
74
75 MessageId=0x103
76 Severity=Informational
77 Facility=System
78 SymbolicName=MSG_COMPUTE_CONVERSION
79 Language=English
80 %1 %%4096 = %2 %%4097.
81 .
82
83
84 ; // The following are the parameter strings */
85
86
87 MessageId=0x1000
88 Severity=Success
89 Facility=System
90 SymbolicName=QUARTS_UNITS
91 Language=English
92 quarts%0
93 .
94
95 MessageId=0x1001
96 Severity=Success
97 Facility=System
98 SymbolicName=GALLONS_UNITS
99 Language=English
100 gallons%0
101 .
102