Docs » Autodocs » dos.library » SetIoErr
SetIoErr -- Sets the value returned by IoErr() (V36)
oldcode = SetIoErr(code) D0 D1 LONG SetIoErr(LONG);
This routine sets up the secondary result (pr_Result2) return code (returned by the IoErr() function).
code - Code to be returned by a call to IoErr.
oldcode - The previous error code.
IoErr(), Fault(), PrintFault()
|