[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Suspend a running thread.
Source position: threadh.inc line 146
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 succesful. 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 |