C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
_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.
                                    -♦-