[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'System' (#rtl) |
Error handler for safecall errors
Source position: systemh.inc line 826
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 |
No notes exist for this page yet.