Formatting fix
[reactos.git] / include / reactos / winlogon.h
1 /* $Id$
2 *
3 * COPYRIGHT: See COPYING in the top level directory
4 * PROJECT: ReactOS kernel
5 * FILE: include/reactos/winlogon.h
6 * PURPOSE: Private interface between CSRSS and WinLogon
7 * PROGRAMMER: Ge van Geldorp (gvg@reactos.com)
8 */
9
10 #ifndef REACTOS_WINLOGON_H_INCLUDED
11 #define REACTOS_WINLOGON_H_INCLUDED
12
13 #define PM_WINLOGON_EXITWINDOWS WM_APP
14
15 #define EWX_INTERNAL_FLAG 0x10000
16 #define EWX_INTERNAL_KILL_USER_APPS (EWX_INTERNAL_FLAG | 0x100)
17 #define EWX_INTERNAL_KILL_ALL_APPS (EWX_INTERNAL_FLAG | 0x200)
18 #define EWX_INTERNAL_FLAG_LOGOFF 0x1000
19
20 #endif /* REACTOS_WINLOGON_H_INCLUDED */
21
22 /* EOF */