home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / borhead.zip / PMPIC.H < prev    next >
C/C++ Source or Header  |  1994-11-09  |  2KB  |  74 lines

  1. /****************************** Module Header ******************************\
  2. *
  3. * Module Name: PMPIC.H
  4. *
  5. * OS/2 Presentation Manager Picture functions include file.
  6. *
  7. * Copyright (c) International Business Machines Corporation 1981, 1988-1992
  8. *
  9. * ===========================================================================
  10. *
  11. * Comments at the end of each typedef line give the name tags used in
  12. * the assembler include version of this file.
  13. *
  14. * The assembler include version of this file excludes lines between XLATOFF
  15. * and XLATON comments.
  16. *
  17. \***************************************************************************/
  18.  
  19. /* XLATOFF */
  20.  
  21. #if defined(__IBMC__)
  22.    #pragma info( none )
  23.    #ifndef __CHKHDR__
  24.       #pragma info( none )
  25.    #endif
  26.    #pragma info( restore )
  27. #endif    /* __IBMC__ */
  28.  
  29. #ifdef __cplusplus
  30.       extern "C" {
  31. #endif
  32. /* XLATON */
  33.  
  34. #define PIC_INCLUDED
  35.  
  36.  
  37.  
  38.  
  39. /*** type of picture to print **********************************************/
  40. #define PIP_MF       1L
  41. #define PIP_PIF      2L
  42.  
  43. /*** type of conversion required *******************************************/
  44. #define PIC_PIFTOMET 0L
  45. #define PIC_SSTOFONT 2L
  46.  
  47. BOOL APIENTRY PicPrint(HAB hab,
  48.                        PCSZ pszFilename,
  49.                        LONG lType,
  50.                        PCSZ pszParams);
  51.  
  52. BOOL APIENTRY PicIchg(HAB hab,
  53.                       PCSZ pszFilename1,
  54.                       PCSZ pszFilename2,
  55.                       LONG lType);
  56.  
  57.  
  58. /* XLATOFF */
  59. #ifdef __cplusplus
  60.         }
  61. #endif
  62.  
  63. #if defined(__IBMC__)
  64.    #pragma info( none )
  65.    #ifndef __CHKHDR__
  66.       #pragma info( restore )
  67.    #endif
  68.    #pragma info( restore )
  69. #endif    /* __IBMC__ */
  70.  
  71. /* XLATON */
  72.  
  73. /**************************** end of file **********************************/
  74.