File: winevent.mc

package info (click to toggle)
nut 2.8.1-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 18,284 kB
  • sloc: ansic: 108,785; sh: 9,370; cpp: 3,370; makefile: 2,842; python: 1,029; perl: 763; 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.
.