File:  [OS/2 SDKs] / os232sdk / toolkt20 / c / os2h / pmpic.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 12:26:31 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: os2sdk-1990, HEAD
Microsoft OS/2 SDK 2.0 05-30-1990

/***************************************************************************\
*
*   Copyright (c) IBM Corporation 1987, 1989
*   Copyright (c) MicroSoft Corporation 1987,1989
*
* Module Name: PMPIC.H
*
* OS/2 Presentation Manager Picture function declarations
*
*
\***************************************************************************/

#if !(defined(INCL_32) || defined(INCL_16))
#ifdef M_I386
    #define INCL_32
#else /* not M_I386 */
    #define INCL_16
#endif /* M_I386 */
#endif /* INCL_32 || INCL_16 */

/* XLATOFF */
#ifdef INCL_16
    #define PicPrint Pic16Print
    #define PicIchg Pic16Ichg
#endif /* INCL_16 */
/* XLATON */

#ifdef INCL_16

/* type of picture to print */

#define PIP_MF       1L
#define PIP_PIF      2L

BOOL APIENTRY PicPrint(HAB hab, PSZ pszFilename, LONG lType, PSZ pszParams);

/* type of conversion required */

#define PIC_PIFTOMET 0L
#define PIC_SSTOFONT 2L

BOOL  APIENTRY PicIchg(HAB hab, PSZ pszFilename1, PSZ pszFilename2, LONG lType);

#endif /* INCL_16 */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.