| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Error handler for safecall errors
Source position: systemh.inc line 1587
const SafeCallErrorProc: TSafeCallErrorProc = Nil;  | 
SafeCallErrorProc is a Handler called in case of a safecall calling convention error. Error is the error number (passed by the Windows operating system) and Addr is the address where the error occurred.
  | 
Prototype for the safecall error handler  |