server/windows/USBEventSvc/OpenSecUSBEventSvcLog/OpenSecUSBEventSvcLog.mc
author mb
Tue, 03 Dec 2013 18:04:46 +0100
changeset 7 903480cebdfb
permissions -rw-r--r--
added vmmanager and USBEventSvc
mb@7
     1
MessageIdTypedef=DWORD
mb@7
     2
mb@7
     3
SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
mb@7
     4
    Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
mb@7
     5
    Warning=0x2:STATUS_SEVERITY_WARNING
mb@7
     6
    Error=0x3:STATUS_SEVERITY_ERROR
mb@7
     7
    )
mb@7
     8
mb@7
     9
mb@7
    10
FacilityNames=(System=0x0:FACILITY_SYSTEM
mb@7
    11
    Runtime=0x2:FACILITY_RUNTIME
mb@7
    12
    Stubs=0x3:FACILITY_STUBS
mb@7
    13
    Io=0x4:FACILITY_IO_ERROR_CODE
mb@7
    14
)
mb@7
    15
mb@7
    16
LanguageNames=(English=0x409:MSG00409)
mb@7
    17
mb@7
    18
; // The following are message definitions.
mb@7
    19
mb@7
    20
MessageId=0x1
mb@7
    21
Severity=Error
mb@7
    22
Facility=Runtime
mb@7
    23
SymbolicName=SVC_ERROR
mb@7
    24
Language=English
mb@7
    25
%2.
mb@7
    26
.
mb@7
    27
mb@7
    28
; // A message file must end with a period on its own line
mb@7
    29
; // followed by a blank line.
mb@7
    30