Returns the text associated with a DOS error code
Source position: amigados.pas line 1965
function PrintFault( |
code: LongInt; |
header: PChar |
):LongBool; |
code |
|
Error code |
header |
|
Header to output before error text |
This routine obtains the error message text for the given error code. This is similar to the Fault() function, except that the output is written to the default output channel with buffered output. The value returned by IoErr() is set to the code passed in.
|
Return extra information from the system |
|
|
Returns the text associated with a DOS error code |
|
|
Sets the value returned by IoErr() |
|
|
Identify the programs' initial output file handle |
|
|
Writes a string the the specified output |