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