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