help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

TSafeCallErrorProc

Prototype for the safecall error handler

Declaration

Source position: systemh.inc line 818

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

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505