[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

TThreadGetPriorityHandler

Callback type for thread priority getting in TThreadManager.

Declaration

Source position: threadh.inc line 35

type TThreadGetPriorityHandler = function(

  threadHandle: TThreadID

):LongInt;