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.

Seealso:



This page last updated on Fri Nov 30 10:48:32 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster