|
|
1.1 root 1: /***************************************************************************\
2: *
3: * Module Name: PMPIC.H
4: *
5: * OS/2 Presentation Manager Picture function declarations
6: *
7: * Copyright (c) 1988 IBM Corporation
8: * Copyright (c) 1988 Microsoft Corporation
9: *
10: \***************************************************************************/
11:
12: #ifdef INCL_PMPIC
13:
14: /* type of picture to print */
15: #define METAFILE 1L
16: #define PIF 2L
17:
18: BOOL APIENTRY PicPrint( PSZ, LONG );
19:
20: /* type of conversion required */
21: #define CONVMET 1L
22: #define CONVPIF 2L
23:
24: BOOL APIENTRY PicIchg( PSZ, PSZ, LONG );
25:
26: #endif /* INCL_PMPIC */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.