System.TSystemThreadFuncProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.pas
System.hpp
System System

Description

Represents a procedural type used when defining a global routine that is called whenever a system thread is started.

TSystemThreadFuncProc represents a procedural type used when defining a global routine that is called whenever a system thread is started.

See Also