| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Suspend a running thread.
Source position: threadh.inc line 149
function SuspendThread(  | 
threadHandle: TThreadID  | 
):DWord;  | 
SuspendThread suspends a running thread. The thread is identified with it's handle or ID threadHandle.
The function returns zero if successful. A nonzero return value indicates failure.
If a failure occurred, a nonzero result is returned. The meaning is system dependent.
  | 
Resume a suspended thread.  | 
|
  | 
Kill a running thread  |