#include "BIPCX.H"
BOOL CALLBACK MakeDCXFile( LPTSTR lpszName,
int far * lpiError)
Description
Create an empty DCX file.
Parameters
|
LPTSTR |
lpszName |
DCX file name. |
|
int far |
* lpiError |
Pointer to 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 on success. On error it is FALSE and error code is 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.