API:System.TRaiseExceptionProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TRaiseExceptionProc = procedure (ExceptionCode, ExceptionFlags: UInt32;
NumberOfArguments: UInt32; Args: Pointer); stdcall;

C++

typedef void __stdcall (*TRaiseExceptionProc)(UInt32 ExceptionCode, UInt32 ExceptionFlags, UInt32 NumberOfArguments, void * Args);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.pas
System.hpp
System System

Description

Embarcadero Technologies does not currently have any additional information.