◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Constant: _HARDERR_ABORT, _HARDERR_FAIL, _HARDERR_IGNORE, _HARDERR_RETRY Include: <dos.h> Context: _hardresume Synopsis: The result value supplied to _hardresume must be one of the following constants: Constant Meaning _HARDERR_ABORT Aborts the program issuing INT 0x24. _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.