home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / windows / winterm / errcodes.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-21  |  563 b   |  18 lines

  1. #define NO_ERROR              0
  2. #define ALREADY_ACTIVE_ERROR  1
  3. #define CANNOT_OPEN_ERROR     2
  4. #define EMPTY_FILE_ERROR      3
  5. #define NO_STARTUP_CHAR_ERROR 4
  6. #define NOT_NCG_ERROR         5
  7. #define DISK_READ_ERROR       6
  8. #define NO_EOT_ACK_ERROR      7
  9. #define INTERNAL_ERROR        8
  10. #define CANCELLED_ERROR       9
  11. #define OUT_OF_SYNC_ERROR    10
  12. #define RETRIES_ERROR        11
  13. #define BAD_PACKET_NBR_ERROR 12
  14. #define TIMED_OUT_ERROR      13
  15. #define NO_SUCH_FILE_ERROR   14
  16. #define NOT_ACTIVE_ERROR     15
  17. #define UNKNOWN_ERROR        16
  18.