home *** CD-ROM | disk | FTP | other *** search
-
- /* C O P Y R I G H T N O T I C E : */
- /* Copyright 1986 Eric Jul. May not be used for any */
- /* purpose without written permission from the author. */
-
- /*
-
- */
- #ifndef lmCodes
- #define lmCodes
-
-
- #define FAC_LongMsg ((unsigned)0x00000015)
- #define VER_LongMsg ((unsigned)0x00000001)
- #define ABV_LongMsg "LM"
- #define KMSG_LongMsg ((unsigned)0x00150001)
- /*
- * Module specific success code.
- */
- #define LMS_Success ((unsigned)0x00150001)
- /* "Normal, successful completion." */
- /*
- * Module specific failures.
- */
- #define LMF_Failure ((unsigned)0x00150002)
- /* "Request failed." */
- /*
- * Message types
- */
- #define LMM_LongMsg ((unsigned)0x00150005)
- /* "A long message." */
-
- #endif
-
-