System.RaiseExceptionProc

From RAD Studio API Documentation
Revision as of 00:33, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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