home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wpentk.zip / WBPENTK4.DSK / IDOERROR.H < prev    next >
Text File  |  1994-10-06  |  536b  |  11 lines

  1. #define  IDOERR_FIRST               0x7400
  2. #define  IDOERR_INVALID_OBJECT      (IDOERR_FIRST + 1)
  3. #define  IDOERR_INVALID_HPS         (IDOERR_FIRST + 2)
  4. #define  IDOERR_INVALID_STROKE      (IDOERR_FIRST + 3)
  5. #define  IDOERR_INST_FAILED         (IDOERR_FIRST + 4)
  6. #define  IDOERR_NOT_SUPPORTED       (IDOERR_FIRST + 5)
  7. #define  IDOERR_INVALID_PARM        (IDOERR_FIRST + 6)
  8. #define  IDOERR_INVALID_BUFFER      (IDOERR_FIRST + 7)
  9. #define  IDOERR_MEMORY_ALLOC        (IDOERR_FIRST + 8)
  10. #define  IDOERR_LAST                0x74FF
  11.