home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / emerald / emrldsys.lha / Kernel / h / lmCodes.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-08-17  |  732 b   |  35 lines

  1.  
  2. /*  C O P Y R I G H T   N O T I C E :                                     */
  3. /* Copyright 1986 Eric Jul.  May not be used for any               */
  4. /* purpose without written permission from the author.              */
  5.  
  6.  /*
  7.  
  8.  */
  9. #ifndef lmCodes
  10. #define lmCodes
  11.  
  12.  
  13. #define    FAC_LongMsg        ((unsigned)0x00000015)
  14. #define    VER_LongMsg        ((unsigned)0x00000001)
  15. #define    ABV_LongMsg        "LM"
  16. #define    KMSG_LongMsg        ((unsigned)0x00150001)
  17. /*
  18.  * Module specific success code.
  19.  */
  20. #define    LMS_Success        ((unsigned)0x00150001)
  21. /* "Normal, successful completion." */
  22. /*
  23.  * Module specific failures.
  24.  */
  25. #define    LMF_Failure        ((unsigned)0x00150002)
  26. /* "Request failed." */
  27. /*
  28.  * Message types
  29.  */
  30. #define    LMM_LongMsg        ((unsigned)0x00150005)
  31. /* "A long message." */
  32.  
  33. #endif
  34.  
  35.