GetNumberOfImagesInDCXFile

#include "BIPCX.H"

 

INT CALLBACK GetNumberOfImagesInDCXFile(LPTSTR  szFileName)

Description

Get the number of pages in the DCX file.

Parameters

LPTSTR

szFileName

The source file name.

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 the number of pages in the DCX file.

Programming notes

None.

Requirements

Header :     Declared in BiPCX.h; include BiPCX.h.

Library :    Use BiPCX.lib.

DLLs :       BiPCX.dll.

Code example

None at present.