File: winevent.mc

package info (click to toggle)
nut 2.8.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,356 kB
  • sloc: ansic: 123,904; sh: 14,718; cpp: 12,558; makefile: 5,212; python: 1,114; perl: 855; xml: 47
file content (28 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (3)
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
MessageIdTypedef=DWORD

SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
		Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
		Warning=0x2:STATUS_SEVERITY_WARNING
		Error=0x3:STATUS_SEVERITY_ERROR
	      )


FacilityNames=(System=0x0:FACILITY_SYSTEM
		Runtime=0x2:FACILITY_RUNTIME
		Stubs=0x3:FACILITY_STUBS
		Io=0x4:FACILITY_IO_ERROR_CODE
	      )

LanguageNames=(English=0x409:MSG00409)

; // The following are message definitions.

MessageId=0x1
Severity=Error
Facility=Runtime
SymbolicName=SVC_EVENT
Language=English
%1.
.