[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Resume a suspended thread.
Source position: threadh.inc line 150
function ResumeThread( |
threadHandle: TThreadID |
):DWord; |
ResumeThread causes a suspended thread (using SuspendThread) to resume it's execution. 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.
|
Suspend a running thread. |
|
|
Kill a running thread |