System.RaiseExceptionProc

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

Delphi

RaiseExceptionProc: Pointer;

C++

extern DELPHI_PACKAGE void *RaiseExceptionProc;

プロパティ

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

説明

RaiseException Windows 関数をポイントします。

RaiseExceptionProc は、RaiseException Windows API 関数をポイントします。この変数を使用して、アセンブリ言語からこの関数を呼び出すことができます。

関連項目