[NTOSKRNL]: Implement ThreadIsTermination info class in NtQueryInformationThread.
authorAlex Ionescu <aionescu@gmail.com>
Thu, 12 Sep 2013 09:02:48 +0000 (09:02 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Thu, 12 Sep 2013 09:02:48 +0000 (09:02 +0000)
commit45d60558d0ccc4e60c13dbf88201162c7397c63f
tree84c9dd81fb12d1fec00b1284adf81e0df0e5046b
parent951ed16a33a9a5da0fcaf4566f285181d7fc1423
[NTOSKRNL]: Implement ThreadIsTermination info class in NtQueryInformationThread.
[CSRSRV]: CsrInsertThread should call this API to make sure the thread isn't dead already. Update the callers to handle this possible failure.
This behavior was obeserved in Windows' CSRSRV.DLL. It now works in ReactOS as well.

svn path=/trunk/; revision=60059
reactos/ntoskrnl/ps/query.c
reactos/subsystems/win32/csrsrv/api.h
reactos/subsystems/win32/csrsrv/procsup.c
reactos/subsystems/win32/csrsrv/session.c
reactos/subsystems/win32/csrsrv/thredsup.c