#include "BIDIB.h"
int CALLBACK GetNumberOfImagesInFaxFile(LPTSTR szFileName)
Description
Get the number of pages in the ColorFax 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 fax file.
Programming notes
None.
Requirements
Header : Declared in BiDIB.h; include BiDIB.h.
Library : Use BiDIB.lib.
DLLs : BiDIB.dll.
Code example
None at present.