mirror of
https://github.com/reactos/reactos.git
synced 2025-06-24 17:09:44 +00:00
[NTUSER] Improve NtUserQueryWindow (#3915)
- Improve NtUserQueryWindow function. - Add IMC structure. - Modify THREADINFO structure. CORE-11700
This commit is contained in:
parent
d78e9fbb45
commit
10c9aa067f
3 changed files with 37 additions and 8 deletions
|
@ -187,6 +187,14 @@ typedef struct _THRDESKHEAD
|
|||
PVOID pSelf;
|
||||
} THRDESKHEAD, *PTHRDESKHEAD;
|
||||
|
||||
typedef struct tagIMC
|
||||
{
|
||||
THRDESKHEAD head;
|
||||
struct tagIMC *pImcNext;
|
||||
ULONG_PTR dwClientImcData;
|
||||
HWND hImeWnd;
|
||||
} IMC, *PIMC;
|
||||
|
||||
typedef struct _PROCDESKHEAD
|
||||
{
|
||||
HEAD;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue