System.SysUtils.PThreadInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

PThreadInfo = ^TThreadInfo;

C++

typedef TThreadInfo *PThreadInfo;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
pointer
typedef
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Beschreibung

Zeiger auf TThreadInfo.

TThreadInfo ist für den internen Gebrauch bestimmt. TThreadLocalCounter verwendet TThreadInfo.

Siehe auch