home *** CD-ROM | disk | FTP | other *** search
- /***************************************************************************\
- *
- * Module Name: PMPIC.H
- *
- * OS/2 Presentation Manager Picture function declarations
- *
- * Copyright (c) 1989 IBM Corporation
- * Copyright (c) 1989-1990, Microsoft Corporation. All rights reserved.
- *
- \***************************************************************************/
-
- /* type of picture to print */
- #define METAFILE 1L
- #define PIF 2L
-
- BOOL APIENTRY PicPrint( PSZ, LONG );
-
- /* type of conversion required */
- #define CONVMET 1L
- #define CONVPIF 2L
-
- BOOL APIENTRY PicIchg( PSZ, PSZ, LONG );
-