home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / devtools / toolkt21 / c / os2h / pmpic.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-22  |  1.7 KB  |  64 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. #ifdef __IBMC__
  21.    #pragma checkout( suspend )
  22.    #ifndef __CHKHDR__
  23.       #pragma checkout( suspend )
  24.    #endif
  25.    #pragma checkout( resume )
  26. #endif
  27. /* XLATON */
  28.  
  29. #define PIC_INCLUDED
  30.  
  31.  
  32.  
  33.  
  34. /*** type of picture to print **********************************************/
  35. #define PIP_MF       1L
  36. #define PIP_PIF      2L
  37.  
  38. /*** type of conversion required *******************************************/
  39. #define PIC_PIFTOMET 0L
  40. #define PIC_SSTOFONT 2L
  41.  
  42. BOOL APIENTRY PicPrint(HAB hab,
  43.                        PSZ pszFilename,
  44.                        LONG lType,
  45.                        PSZ pszParams);
  46.  
  47. BOOL APIENTRY PicIchg(HAB hab,
  48.                       PSZ pszFilename1,
  49.                       PSZ pszFilename2,
  50.                       LONG lType);
  51.  
  52.  
  53. /* XLATOFF */
  54. #ifdef __IBMC__
  55.    #pragma checkout( suspend )
  56.    #ifndef __CHKHDR__
  57.       #pragma checkout( resume )
  58.    #endif
  59.    #pragma checkout( resume )
  60. #endif
  61. /* XLATON */
  62.  
  63. /**************************** end of file **********************************/
  64.