home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / GRAPHICS / WINDOWPR.ZIP / WERRORS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1987-11-12  |  406 b   |  16 lines

  1. /* error codes */
  2. #define OK            0
  3. #define BAD_WDW_HANDLE        -1
  4. #define BAD_TILE_HANDLE        -2
  5. #define BAD_PARAMS        -3
  6. #define NULL_POINTER        -4
  7. #define DMA_ONLY        -5
  8. #define NO_ACTIVE_WDW        -6
  9. #define NO_ACTIVE_TILE        -7
  10. #define OUT_OF_MEMORY        -8
  11. #define CANT_CLOSE_LAST_TILE    -9
  12. #define MAXIMUM_WINDOWS        -10
  13. #define MAXIMUM_TILES        -11
  14. #define NO_SPACE        -12
  15. #define NOT_DONE        -100
  16. #define MODIFIED        -101