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.
Seealso:
This page last updated on Fri Nov 30 10:48:32 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster