Resume a suspended thread.
Source position: threadh.inc line 151
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. This function is only usable on windows, it will return an error value on linux.
The function returns a positive number if successful. A DWord(-1) return value indicates failure.
If a failure occurred, a DWord(-1) result is returned.
|
Suspend a running thread. |
|
|
Kill a running thread. |