[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Callback type for thread priority setting in TThreadManager.
Source position: threadh.inc line 45
type TThreadSetPriorityHandler = function( |
threadHandle: TThreadID; |
Prio: LongInt |
):Boolean; |