TSafeCallErrorProc
Prototype for the safecall error handler
Declaration
Source position: systemh.inc line 1677
Type
TSafeCallErrorProc = procedure(error: HRESULT; addr: pointer)
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
Name | Description |
---|---|
SafeCallErrorProc | Error handler for safecall errors |