#include "BIGIF.H"
BOOL CALLBACK SaveDIBInGIFFormat( LPTSTR lpszFileName,
HANDLE hDIB,
int nImage,
int far *nErrCode)
Description
Saves a Device Independent Bitmap in GIF file as a n-th image.
Parameters
|
LPTSTR |
lpszFileName |
GIF file name. |
|
HDIB |
hDIB |
The device independent bitmap. |
|
int |
nImage |
The n-th image. nImage = 0,1,2... |
|
int far |
*nErrCode |
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
TRUE if successful. Error code in lpnError.
Programming notes
None.
Requirements
Header : Declared in BiGif.h; include BiGif.h.
Library : Use BiGif.lib.
DLLs : BiGif.dll.
Code example
None at present.