mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:23:01 +00:00
[NTUSER] Implement THREADSTATE_CHECKCONIME (#5272)
- Add THREADSTATE_CHECKCONIME handling in NtUserGetThreadState function. CORE-11700
This commit is contained in:
parent
3eb6cca9bd
commit
d8946e20cb
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ NtUserGetThreadState(
|
||||||
ret = (gpidLogon == PsGetCurrentProcessId());
|
ret = (gpidLogon == PsGetCurrentProcessId());
|
||||||
break;
|
break;
|
||||||
case THREADSTATE_CHECKCONIME:
|
case THREADSTATE_CHECKCONIME:
|
||||||
/* FIXME */
|
ret = (IntTID2PTI(UlongToHandle(pti->rpdesk->dwConsoleThreadId)) == pti);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue