Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C 6.0 - <b>_hardresume() return to dos after a hardware error</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _hardresume()           Return to DOS after a hardware error

 #include   <dos.h>

  void _hardresume(result);
  int result;       Handler return value

    _hardresume() allows the user to return from the handler to MS-DOS
    and pass one of the following values using 'result':

                    Constant           Action
                    -----------------------------------
                    _HARDERR_IGNORE    Ignore the error
                    _HARDERR_RETRY     Retry the operation
                    _HARDERR_ABORT     Abort the program issuing INT 23h
                    _HARDERR_FAIL      Fail the system call in progress
                    (not available on MS-DOS 2.x)

   Portability:     MS-DOS only, version 1.0 or higher


See Also: _harderr() _hardretn()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson