System.TSystemThreadEndProc

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TSystemThreadEndProc = procedure(ExitCode: Integer);

C++

typedef void (__fastcall * TSystemThreadEndProc)(int);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.pas
System.hpp
System System

説明

システム スレッドの終了時に必ず呼び出されるグローバル ルーチンを定義するときに使用する手続き型を表します。

TSystemThreadEndProc は、システム スレッドの終了時に必ず呼び出されるグローバル ルーチンを定義するときに使用する手続き型を表します。

関連項目