System.SysUtils.PThreadInfo
Delphi
type PThreadInfo = ^TThreadInfo;
C++
typedef TThreadInfo *PThreadInfo;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| pointer typedef | public | System.SysUtils.pas System.SysUtils.hpp | System.SysUtils | System.SysUtils | 
Description
Pointer to a TThreadInfo.
TThreadInfo is for internal use. TThreadLocalCounter uses TThreadInfo.