mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
678 B
24 lines
678 B
/***************************************************************************\
|
|
*
|
|
* Module Name: PMPIC.H
|
|
*
|
|
* OS/2 Presentation Manager Picture function declarations
|
|
*
|
|
* Copyright (c) International Business Machines Corporation 1989
|
|
* Copyright (c) Microsoft Corporation 1989
|
|
*
|
|
\***************************************************************************/
|
|
|
|
/* 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);
|