blob: ff4a2f29d171f3a2d00c13ed1a9a1fc822724da0 (
plain) (
blame)
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
|
;/*++ BUILD Version: 0001 // Increment this if a change has global effects
;
;Copyright (c) 1992 Microsoft Corporation
;
;Module Name:
;
; wlevents.h
;
;Abstract:
;
; Definitions for User Profiles Events
;
;Author:
;
; Johannec 12-08-93
;
;Revision History:
;
;Notes:
;
; This file is generated by the MC tool from the wlevents.mc file.
;
;--*/
;
;
;#ifndef _PROFEVT_
;#define _PROFEVT_
;
SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
Warning=0x2:STATUS_SEVERITY_WARNING
Error=0x3:STATUS_SEVERITY_ERROR
)
;
;/////////////////////////////////////////////////////////////////////////
;//
;// Winlogon Events (1000 - 1999)
;//
;/////////////////////////////////////////////////////////////////////////
;
MessageId=1000 Severity=Error SymbolicName=EVENT_SET_HOME_DIRECTORY_FAILED
Language=English
Failed to set the user's home directory %1.
.
MessageId=1001 Severity=Informational SymbolicName=EVENT_AUTOCHK_DATA
Language=English
%1
.
MessageId=1002 Severity=Informational SymbolicName=EVENT_SHELL_RESTARTED
Language=English
The shell stopped unexpectedly and %1 was restarted.
.
;
;#endif // _PROFEVT_
;
|