[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
hardretn() Hardware Error Handler Function
#include <dos.h>
void hardretn(errcode);
int errcode; Error code
hardretn() causes the error handler to return to the application
program after an interrupt 0x24 has occurred. 'errcode' should be set
to -1.
Returns: There is no return value.
See Also:
harderr()
hardresume()
peek()
poke()
setjmp()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson