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

TInitThreadVarHandler

Threadvar initialization callback type for TThreadManager.

Declaration

Source position: threadh.inc line 38

type TInitThreadVarHandler = procedure(

  var offset: DWord;

  size: DWord

);