Callback type for thread priority getting in TThreadManager.
Source position: threadh.inc line 46
type TThreadGetPriorityHandler = function(
threadHandle: TThreadID
):LongInt;