home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / zfamily.zip / zfamily / ZCVFUNCS / SAMPLE / ZCVTYPES.H < prev    next >
Text File  |  1993-09-24  |  848b  |  29 lines

  1. /*
  2. ** /----------------------------------------------------------------------\
  3. ** |             IBM Z Family Reusable Libraries/2 (5641-504)             |
  4. ** |----------------------------------------------------------------------|
  5. ** | (C) Copyright International Business Machines Corporation 1993, 1994 |
  6. ** \----------------------------------------------------------------------/
  7. **
  8. **  Header   : ZCVTYPES.H
  9. **  Author   : Dario de Judicibus (DEJUDICI at ROMEPPC)
  10. **  Created  : 27 Jul 1992
  11. **  Updated  : 24 Sep 1993
  12. **  Version  : 2.12
  13. **  Content  : Public Types
  14. **
  15. */
  16.  #ifndef zcvTYPES
  17.  #define zcvTYPES 0
  18.  
  19. /*
  20. **  Types
  21. */
  22.  typedef  CHAR *zcvSTREAM ;  // Character streams
  23.  
  24.  typedef  PCHAR16 zcvTABLE ; // Conversion tables 16bit pointer
  25.  
  26.  typedef  ULONG zcvCCSID  ;  // Coded Character Set Identifier
  27.  
  28.  #endif
  29.