home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c034 / 7.ddi / INCLUDE / PMPIC.H$ / PMPIC.bin
Encoding:
Text File  |  1989-11-06  |  691 b   |  26 lines

  1. /***************************************************************************\
  2. *
  3. * Module Name: PMPIC.H
  4. *
  5. * OS/2 Presentation Manager Picture function declarations
  6. *
  7. * Copyright (c) 1989-1990, Microsoft Corporation.  All rights reserved.
  8. *
  9. \***************************************************************************/
  10.  
  11. #define PMPIC_INCLUDED
  12.  
  13. /* type of picture to print */
  14.  
  15. #define PIP_MF       1L
  16. #define PIP_PIF      2L
  17.  
  18. BOOL APIENTRY PicPrint(HAB hab, PSZ pszFilename, LONG lType, PSZ pszParams);
  19.  
  20. /* type of conversion required */
  21.  
  22. #define PIC_PIFTOMET 0L
  23. #define PIC_SSTOFONT 2L
  24.  
  25. BOOL  APIENTRY PicIchg(HAB hab, PSZ pszFilename1, PSZ pszFilename2, LONG lType);
  26.