[WINLOGON]

- Add msg constants (by smiley)

svn path=/trunk/; revision=50527
This commit is contained in:
Johannes Anderwald 2011-01-28 09:58:44 +00:00
parent 9358c42c8f
commit 33f5660028

View file

@ -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 */