[HEADERS]

- Remove winlogon.h and move its contents in undocuser.h

svn path=/trunk/; revision=66728
This commit is contained in:
Giannis Adamopoulos 2015-03-15 16:50:55 +00:00
parent 5286be0747
commit ecc5539849
5 changed files with 13 additions and 33 deletions

View file

@ -19,7 +19,6 @@
#include <userenv.h>
#include <ndk/setypes.h>
#include <ndk/sefuncs.h>
#include <reactos/winlogon.h>
/* GLOBALS ******************************************************************/

View file

@ -109,6 +109,19 @@ extern "C" {
#define LN_START_SCREENSAVE 0xA
#define LN_LOGOFF_CANCELED 0xB
//
// Undocumented flags for ExitWindowsEx
//
#define EWX_SHUTDOWN_CANCELED 0x0080
#define EWX_CALLER_SYSTEM 0x0100
#define EWX_CALLER_WINLOGON 0x0200
#define EWX_CALLER_WINLOGON_LOGOFF 0x1000 // WARNING!! Broken flag.
// All the range 0x0400 to 0x1000 is reserved for Winlogon.
// Flag 0x2000 appears to be a flag set when we call InitiateSystemShutdown* APIs (Winlogon shutdown APIs).
// 0x4000 is also reserved.
#define EWX_NOTIFY 0x8000
#define EWX_NONOTIFY 0x10000
// From WinCE 6.0 Imm.h SDK
// Returns for ImmProcessHotKey
#define IPHK_HOTKEY 0x0001

View file

@ -1,30 +0,0 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* FILE: include/reactos/winlogon.h
* PURPOSE: Private interface between Win32 and Winlogon
* PROGRAMMER: Ge van Geldorp (gvg@reactos.com)
*/
#ifndef REACTOS_WINLOGON_H_INCLUDED
#define REACTOS_WINLOGON_H_INCLUDED
#define EWX_SHUTDOWN_CANCELED 0x0080
#define EWX_CALLER_SYSTEM 0x0100
#define EWX_CALLER_WINLOGON 0x0200
#define EWX_CALLER_WINLOGON_LOGOFF 0x1000 // WARNING!! Broken flag.
// All the range 0x0400 to 0x1000 is reserved for Winlogon.
// Flag 0x2000 appears to be a flag set when we call InitiateSystemShutdown* APIs (Winlogon shutdown APIs).
// 0x4000 is also reserved.
#define EWX_NOTIFY 0x8000
#define EWX_NONOTIFY 0x10000
#endif /* REACTOS_WINLOGON_H_INCLUDED */
/* EOF */

View file

@ -7,7 +7,6 @@
*/
#include <win32k.h>
#include <winlogon.h>
DBG_DEFAULT_CHANNEL(UserShutdown);

View file

@ -10,7 +10,6 @@
#include "usersrv.h"
#include <winlogon.h>
#include <commctrl.h>
#include "resource.h"