[CONSRV-USER32-WINSRV]

Pre-synchrosize with trunk, by applying some changes from revision r58411.

svn path=/branches/ros-csrss/; revision=58455
This commit is contained in:
Hermès Bélusca-Maïto
2013-03-09 21:52:12 +00:00
parent 62f4efcc97
commit 5819952ab9
6 changed files with 7 additions and 87 deletions
-12
View File
@@ -32,9 +32,6 @@ typedef enum _USERSRV_API_NUMBER
// UserpConsoleHandleOperation, // Added in Win7
// UserpGetSetShutdownBlockReason, // Added in Vista
/// HACK: ReactOS-specific
UserpRosSetLogonNotifyWindow,
UserpMaxApiNumber
} USERSRV_API_NUMBER, *PUSERSRV_API_NUMBER;
@@ -56,12 +53,6 @@ typedef struct
BOOL Register;
} CSRSS_REGISTER_LOGON_PROCESS, *PCSRSS_REGISTER_LOGON_PROCESS;
/// HACK: ReactOS-specific
typedef struct
{
HWND LogonNotifyWindow;
} CSRSS_SET_LOGON_NOTIFY_WINDOW, *PCSRSS_SET_LOGON_NOTIFY_WINDOW;
typedef struct _USER_API_MESSAGE
{
@@ -76,9 +67,6 @@ typedef struct _USER_API_MESSAGE
CSRSS_EXIT_REACTOS ExitReactosRequest;
CSRSS_REGISTER_SERVICES_PROCESS RegisterServicesProcessRequest;
CSRSS_REGISTER_LOGON_PROCESS RegisterLogonProcessRequest;
/// HACK: ReactOS-specific
CSRSS_SET_LOGON_NOTIFY_WINDOW SetLogonNotifyWindowRequest;
} Data;
} USER_API_MESSAGE, *PUSER_API_MESSAGE;