home *** CD-ROM | disk | FTP | other *** search
- #ifndef _ICCONSTA_
- #define _ICCONSTA_
- /*******************************************************************************
- * FILE NAME: icconsta.h *
- * *
- * DESCRIPTION: *
- * Application Support resource identifier macro constants *
- * *
- * COPYRIGHT: *
- * IBM Open Class Library *
- * (C) Copyright International Business Machines Corporation 1992, 1996 *
- * Licensed Material - Program-Property of IBM - All Rights Reserved. *
- * US Government Users Restricted Rights - Use, duplication, or disclosure *
- * restricted by GSA ADP Schedule Contract with IBM Corp. *
- * *
- *******************************************************************************/
-
-
-
- #define IC_ISTRING_OVERFLOW 51
- #define IC_ISTRING_INDEX_ERROR 52
-
- #define IC_INVALID_MBCS_STRING 25
- #define IC_ERR_CONV_MBCS_TO_WCHAR 26
- #define IC_ERR_CALLED_PROTECTED_FUNC 27
-
- #define IC_STREAM_ABSTRACT_TYPE 400
- #define IC_STREAM_NO_OBJECT_IN_CONTEXT 401
- #define IC_STREAM_INVALID 402
- #define IC_STREAM_OBJECT_BASE_MISMATCH 403
- #define IC_STREAM_TYPE_MISSING 404
- #define IC_STREAM_TYPE_ALREADY_ADDED 405
- #define IC_STREAM_FILE_OPEN_ERROR 406
- #define IC_STREAM_FILE_SEEK_POS_INVALID 407
- #define IC_STREAM_FILE_TOO_SMALL 408
- #define IC_STREAM_FILE_WRITE_ERROR 409
- #define IC_STREAM_FILE_INSUFFICIENT_DATA 410
- #define IC_STREAM_VERSION_UNSUPPORTED 411
-
-
- #endif
-