[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
hardresume() Hardware Error Handler Function
#include <dos.h>
void hardresume(rescode);
int rescode; Result code
hardresume() can be called to return to MS-DOS after an interrupt
0x24 has occurred. 'rescode' contains an abort (2), retry (1) or
ignore (0) result code. The abort is accomplished by invoking DOS
interrupt 0x23, the control-break interrupt.
Returns: There is no return value.
See Also:
harderr()
hardretn()
peek()
poke()
setjmp()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson