System.TSystemThreadFuncProc

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TSystemThreadFuncProc = function(ThreadFunc: TThreadFunc; Parameter: Pointer): Pointer;

C++

typedef void * (__fastcall * TSystemThreadFuncProc)(void *, void * );

Propriétés

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

Description

Représente un type procédural utilisé lors de la définition d'une routine globale qui est appelée chaque fois qu'un thread système démarre.

TSystemThreadFuncProc représente un type procédural utilisé lors de la définition d'une routine globale qui est appelée chaque fois qu'un thread système démarre.

Voir aussi