System.TThreadID
Delphi
type TThreadID = Cardinal;
C++
typedef unsigned TThreadID;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
type typedef |
public | System.pas System.hpp |
System | System |
Description
Un identificateur de thread.
Un identificateur de thread est un entier positif utilisé pour identifier le thread. Il est généré par le système d'exploitation.