Set thread debug name callback prototype, AnsiString version.
Source position: threadh.inc line 48
type TThreadSetThreadDebugNameHandlerA = procedure( |
threadHandle: TThreadID; |
const ThreadName: AnsiString |
); |
TThreadSetThreadDebugNameHandlerA is the type of the TThreadManagerSetThreadDebugNameA method. It receives the thread ID in threadHandle and the name (as AnsiString) to apply in ThreadName.
|
Thread manager record. |