mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user