C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
_hardresume Constants
                                             Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Constant:  _HARDERR_ABORT, _HARDERR_FAIL, _HARDERR_IGNORE,
             _HARDERR_RETRY
 
  Include:   <dos.h>
 
  Context:   _hardresume
 
  Summary:   The result value supplied to _hardresume must be one of
             the following constants:
 
     Constant            Action
 
     _HARDERR_ABORT      Aborts the program issuing INT 0x23.
 
     _HARDERR_FAIL       Fails the system call in progress. (Constant
                         is not supported on MS-DOS version 2.x.)
 
     _HARDERR_IGNORE     Ignores the error.
 
     _HARDERR_RETRY      Retries the operation.
                                    -♦-