#include "BIGIF.H"
INT CALLBACK GetNumberOfImagesInGIFFile(LPTSTR szFileName)
Description
Get the number of images in the GIF 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 GIF file.
Programming notes
None.
Requirements
Header : Declared in BiGif.h; include BiGif.h.
Library : Use BiGif.lib.
DLLs : BiGif.dll.
Code example
None at present.