TerminateThread (KERNEL32.@)
BOOL TerminateThread ( HANDLE handle, DWORD exit_code )
handle | [In] | Handle to thread. |
exit_code | [In] | Exit code for thread. |
TerminateThread [KERNEL32.@] Terminates a thread.
Success: TRUE
Failure: FALSE
Defined in "winbase.h".
Implemented in "dlls/kernel/thread.c". source.winehq.org/source/dlls/kernel/thread.c
Debug channel "thread".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.