Error handler for safecall errors.
Source position: systemh.inc line 1781
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. |