mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
declare NtTerminateThread()
svn path=/trunk/; revision=13622
This commit is contained in:
parent
d86b66f04d
commit
e376d4e01d
1 changed files with 7 additions and 0 deletions
|
@ -1263,6 +1263,13 @@ ZwTerminateThread(
|
|||
IN HANDLE ThreadHandle OPTIONAL,
|
||||
IN NTSTATUS ExitStatus);
|
||||
|
||||
NTOSAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
NtTerminateThread(
|
||||
IN HANDLE ThreadHandle OPTIONAL,
|
||||
IN NTSTATUS ExitStatus);
|
||||
|
||||
NTOSAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
|
|
Loading…
Reference in a new issue