[ros-diffs] [janderwald] 50527: [WINLOGON] - Add msg constants (by smiley)

janderwald at svn.reactos.org janderwald at svn.reactos.org
Fri Jan 28 09:58:44 UTC 2011


Author: janderwald
Date: Fri Jan 28 09:58:44 2011
New Revision: 50527

URL: http://svn.reactos.org/svn/reactos?rev=50527&view=rev
Log:
[WINLOGON]
- Add msg constants (by smiley)

Modified:
    trunk/reactos/include/reactos/winlogon.h

Modified: trunk/reactos/include/reactos/winlogon.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/winlogon.h?rev=50527&r1=50526&r2=50527&view=diff
==============================================================================
--- trunk/reactos/include/reactos/winlogon.h [iso-8859-1] (original)
+++ trunk/reactos/include/reactos/winlogon.h [iso-8859-1] Fri Jan 28 09:58:44 2011
@@ -17,6 +17,14 @@
 #define EWX_INTERNAL_KILL_ALL_APPS  (EWX_INTERNAL_FLAG | 0x200)
 #define EWX_INTERNAL_FLAG_LOGOFF    0x1000
 
+#define WM_LOGONNOTIFY 0x0000004c
+
+/* WPARAM values for WM_LOGONNOTIFY */
+#define LN_START_TASK_MANAGER 0x4
+#define LN_LOCK_WORKSTATION   0x5
+#define LN_UNLOCK_WORKSTATION 0x6
+#define LN_MESSAGE_BEEP       0x9
+
 #endif /* REACTOS_WINLOGON_H_INCLUDED */
 
 /* EOF */




More information about the Ros-diffs mailing list