Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TSafeCallErrorProc

Prototype for the safecall error handler.

Declaration

Source position: systemh.inc line 1781

type TSafeCallErrorProc = procedure(

  error: HRESULT;

  addr: pointer

);

Arguments

error

  

Error number.

addr

  

Address where error occurred.

Description

Prototype of a safecall error handler routine. Error is the error number (passed by the Windows operating system) and Addr is the address where the error occurred.

See also

SafeCallErrorProc

  

Error handler for safecall errors.


Documentation generated on: Jul 24 2023