System.SysUtils.PThreadInfo

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also