System.SysUtils.PThreadInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type PThreadInfo = ^TThreadInfo;

C++

typedef TThreadInfo *PThreadInfo;

Propriétés

Type Visibilité  Source Unité  Parent
pointer
typedef
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Pointeur sur un TThreadInfo.

TThreadInfo est à usage interne. TThreadLocalCounter utilise TThreadInfo.

Voir aussi