System.RaiseExceptionProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

RaiseExceptionProc: Pointer;

C++

extern DELPHI_PACKAGE void *RaiseExceptionProc;

Properties

Type Visibility Source Unit Parent
variable public
System.pas
System.hpp
System System

Description

Points to the RaiseException Windows function.

RaiseExceptionProc points to the RaiseException Windows API function. This can be used to invoke the function from assembly language.

See Also