System.EndThread

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

Delphi

procedure EndThread(ExitCode: Integer);

C++

extern DELPHI_PACKAGE void __fastcall EndThread(int ExitCode);

プロパティ

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

説明

スレッドの実行を終了します。

EndThread 関数は,指定した ExitCode を使ってスレッドの実行を終了します。

メモ:  Windows の場合,EndThread 関数は,WinAPI の ExitThread を呼び出し,指定された ExitCode を渡します。

関連項目