mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 00:10:39 +00:00
[USERSRV] Add definition for the USER_CREATE_SYSTEM_THREAD api message
This commit is contained in:
parent
3ec7b163c9
commit
9924da34cc
1 changed files with 5 additions and 0 deletions
|
@ -82,6 +82,10 @@ typedef struct _USER_REGISTER_LOGON_PROCESS
|
|||
BOOL Register;
|
||||
} USER_REGISTER_LOGON_PROCESS, *PUSER_REGISTER_LOGON_PROCESS;
|
||||
|
||||
typedef struct _USER_CREATE_SYSTEM_THREAD
|
||||
{
|
||||
BOOL bRemote;
|
||||
} USER_CREATE_SYSTEM_THREAD, *PUSER_CREATE_SYSTEM_THREAD;
|
||||
|
||||
typedef struct _USER_API_MESSAGE
|
||||
{
|
||||
|
@ -99,6 +103,7 @@ typedef struct _USER_API_MESSAGE
|
|||
USER_GET_THREAD_CONSOLE_DESKTOP GetThreadConsoleDesktopRequest;
|
||||
USER_REGISTER_SERVICES_PROCESS RegisterServicesProcessRequest;
|
||||
USER_REGISTER_LOGON_PROCESS RegisterLogonProcessRequest;
|
||||
USER_CREATE_SYSTEM_THREAD CreateSystemThreadRequest;
|
||||
} Data;
|
||||
} USER_API_MESSAGE, *PUSER_API_MESSAGE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue