#include "BIPCX.H"
BOOL CALLBACK SaveDIBInPCXFormat( LPTSTR lpszFileName,
HDIB hDIB,
int far *lpiError)
Description
Saves the Device Independent Bitmap in PCX file.
Parameters
|
LPTSTR |
lpszFileName |
PCX file name. |
|
HDIB |
hDIB |
The device independent bitmap. |
|
int far |
*lpiError |
Pointer to the error code. |
Additional Information
This example shows how to use the dll when loading statically including the header file. Otherwise if the dll is loaded dynamically, for further information read the “About the difference of static and dynamic library loading” section of the manual.
Return values
TRUE if successful. Error code in lpnError.
Programming notes
None.
Requirements
Header : Declared in BiPCX.h; include BiPCX.h.
Library : Use BiPCX.lib.
DLLs : BiPCX.dll.
Code example
None at present.