#include "BIPCX.H"
HDIB CALLBACK LoadPCXIntoDIB (LPTSTR lpszFileName, int far *lpiError)
Description
Loads a PCX file into a Device Independent Bitmap.
Parameters
|
LPTSTR |
lpszFileName |
PCX file name. |
|
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
Return handle of DIB or NULL if any error and the error code is set 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.