System.TSafeCallErrorProc

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (*TSafeCallErrorProc)(HRESULT ErrorCode, void * ErrorAddr);

Properties

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

Description

Is a procedural type used when registering a routine.

TSafeCallErrorProc specifies a procedural type used when registering a routine that handles exceptions raised within safecall method calls.

See Also