home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c034 / 7.ddi / INC11 / PMPIC.H$ / PMPIC.bin
Encoding:
Text File  |  1990-01-09  |  607 b   |  23 lines

  1. /***************************************************************************\
  2. *
  3. * Module Name: PMPIC.H
  4. *
  5. * OS/2 Presentation Manager Picture function declarations
  6. *
  7. * Copyright (c) 1989  IBM Corporation
  8. * Copyright (c) 1989-1990, Microsoft Corporation. All rights reserved.
  9. *
  10. \***************************************************************************/
  11.  
  12. /* type of picture to print */
  13. #define METAFILE  1L
  14. #define PIF       2L
  15.  
  16. BOOL APIENTRY PicPrint( PSZ, LONG );
  17.  
  18. /* type of conversion required */
  19. #define CONVMET   1L
  20. #define CONVPIF   2L
  21.  
  22. BOOL APIENTRY PicIchg( PSZ, PSZ, LONG );
  23.