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

TThreadSetPriorityHandler

Callback type for thread priority setting in TThreadManager.

Declaration

Source position: threadh.inc line 34

type TThreadSetPriorityHandler = function(

  threadHandle: TThreadID;

  Prio: LongInt

):Boolean;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.