summaryrefslogtreecommitdiffstats
path: root/private/windows/gina/winlogon/wlevents.mc
diff options
context:
space:
mode:
authorAdam <you@example.com>2020-05-17 05:51:50 +0200
committerAdam <you@example.com>2020-05-17 05:51:50 +0200
commite611b132f9b8abe35b362e5870b74bce94a1e58e (patch)
treea5781d2ec0e085eeca33cf350cf878f2efea6fe5 /private/windows/gina/winlogon/wlevents.mc
downloadNT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.gz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.bz2
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.lz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.xz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.zst
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.zip
Diffstat (limited to 'private/windows/gina/winlogon/wlevents.mc')
-rw-r--r--private/windows/gina/winlogon/wlevents.mc62
1 files changed, 62 insertions, 0 deletions
diff --git a/private/windows/gina/winlogon/wlevents.mc b/private/windows/gina/winlogon/wlevents.mc
new file mode 100644
index 000000000..ff4a2f29d
--- /dev/null
+++ b/private/windows/gina/winlogon/wlevents.mc
@@ -0,0 +1,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_
+;