System.TSafeCallErrorProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSafeCallErrorProc = procedure (ErrorCode: HResult; ErrorAddr: Pointer);

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.pas
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