mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:23:07 +00:00
[WINSRV] Implement SrvGetThreadConsoleDesktop(). CORE-13470
It retrieves the handle to the desktop assigned to the specified thread belonging to a console application, which is going to be where the input thread of this console is.
This commit is contained in:
parent
2da24f7274
commit
d70848b8b7
8 changed files with 75 additions and 8 deletions
|
@ -68,7 +68,7 @@ typedef struct _USER_LOGON
|
|||
typedef struct _USER_GET_THREAD_CONSOLE_DESKTOP
|
||||
{
|
||||
ULONG_PTR ThreadId;
|
||||
HANDLE ConsoleDesktop;
|
||||
HDESK ConsoleDesktop;
|
||||
} USER_GET_THREAD_CONSOLE_DESKTOP, *PUSER_GET_THREAD_CONSOLE_DESKTOP;
|
||||
|
||||
typedef struct _USER_REGISTER_SERVICES_PROCESS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue