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

  1. /**********************************************************************
  2. *                                                                     *
  3. *  IBM(R) VisualAge(TM) for C++ for Windows(R), Version 3.5           *
  4. *                                                                     *
  5. *  PID: 5622-880                                                      *
  6. *  - Licensed Material - Program-Property of IBM                      *
  7. *  (C) Copyright IBM Corp. 1991, 1995 - All Right Reserved.           *
  8. *                                                                     *
  9. *  US Government Users Restricted Rights - Use, duplication or        *
  10. *  disclosure restricted by GSA ADP Schedule Contract with IBM Corp.  *
  11. *                                                                     *
  12. *  VisualAge, and IBM are trademarks or registered trademarks of      *
  13. *  International Business Machines Corporation.                       *
  14. *  Windows is a registered trademark of Microsoft Corporation.        *
  15. *                                                                     *
  16. **********************************************************************/
  17.  
  18. #define  IChildAlreadyExistsText    2001
  19. #define  ICollectionIsEmptyText     2002
  20. #define  ICursorNotContainedText    2003
  21. #define  ICursorNotForGivenText     2004
  22. #define  ICursorNotForThisText      2005
  23. #define  IIdenticalCollectionText   2006
  24. #define  IInvalidCursorText         2007
  25. #define  IInvalidPositionText       2008
  26. #define  IInvalidReplacementText    2009
  27. #define  IKeyAlreadyExistsText      2010
  28. #define  IKeyNotContainedText       2011
  29. #define  INotBoundedText            2012
  30. #define  IOutOfCollectionMemoryText 2013
  31. #define  IRootAlreadyExistsText     2014
  32. #define  ICyclicAttachText          2015
  33.  
  34.  
  35.  
  36.