home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PRO2.ZIP / WERRORS.H < prev    next >
Text File  |  1988-12-19  |  480b  |  18 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
  17.  
  18.