System.TSystemThreadEndProc

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void (__fastcall * TSystemThreadEndProc)(int);

Properties

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

Description

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

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

See Also