Callback type for thread termination in TThreadManager.
Source position: threadh.inc line 44
type TWaitForThreadTerminateHandler = function(
threadHandle: TThreadID;
TimeoutMs: LongInt
):DWord;