home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / include / icconsta.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-22  |  2.0 KB  |  42 lines

  1. #ifndef _ICCONSTA_
  2. #define _ICCONSTA_
  3. /*******************************************************************************
  4. * FILE NAME: icconsta.h                                                        *
  5. *                                                                              *
  6. * DESCRIPTION:                                                                 *
  7. *   Application Support resource identifier macro constants                    *
  8. *                                                                              *
  9. * COPYRIGHT:                                                                   *
  10. *   IBM Open Class Library                                                     *
  11. *   (C) Copyright International Business Machines Corporation 1992, 1996       *
  12. *   Licensed Material - Program-Property of IBM - All Rights Reserved.         *
  13. *   US Government Users Restricted Rights - Use, duplication, or disclosure    *
  14. *   restricted by GSA ADP Schedule Contract with IBM Corp.                     *
  15. *                                                                              *
  16. *******************************************************************************/
  17.  
  18.  
  19.  
  20. #define IC_ISTRING_OVERFLOW         51
  21. #define IC_ISTRING_INDEX_ERROR      52
  22.  
  23. #define IC_INVALID_MBCS_STRING         25
  24. #define IC_ERR_CONV_MBCS_TO_WCHAR      26
  25. #define IC_ERR_CALLED_PROTECTED_FUNC   27
  26.  
  27. #define IC_STREAM_ABSTRACT_TYPE              400
  28. #define IC_STREAM_NO_OBJECT_IN_CONTEXT       401
  29. #define IC_STREAM_INVALID                    402
  30. #define IC_STREAM_OBJECT_BASE_MISMATCH       403
  31. #define IC_STREAM_TYPE_MISSING               404
  32. #define IC_STREAM_TYPE_ALREADY_ADDED         405
  33. #define IC_STREAM_FILE_OPEN_ERROR            406
  34. #define IC_STREAM_FILE_SEEK_POS_INVALID      407
  35. #define IC_STREAM_FILE_TOO_SMALL             408
  36. #define IC_STREAM_FILE_WRITE_ERROR           409
  37. #define IC_STREAM_FILE_INSUFFICIENT_DATA     410
  38. #define IC_STREAM_VERSION_UNSUPPORTED        411
  39.  
  40.  
  41. #endif
  42.