System.RaiseExceptionProc

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

RaiseExceptionProc: Pointer;

C++

extern DELPHI_PACKAGE void *RaiseExceptionProc;

Propriétés

Type Visibilité  Source Unité  Parent
variable public
System.pas
System.hpp
System System

Description

Pointe sur la fonction Windows RaiseException.

RaiseExceptionProc pointe sur la fonction RaiseException de l'API Windows. Cela peut être utilisé pour invoquer la fonction du langage assembleur.

Voir aussi