home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 10
/
Chip_Hitware_Vol_10.iso
/
chiphit
/
online
/
95hotbot
/
butbeta.exe
/
HOTBUTTN.MYS
/
GIFTOOL.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-06-05
|
519b
|
16 lines
// GifTool.h
//
#ifdef __cplusplus
extern "C" {
#endif
HGLOBAL FAR PASCAL EXPORT ReadGifImage(LPCSTR imagefile, UINT* pPaletteSize, BOOL FAR* lpbTransparent, LPBYTE lpColor);
BOOL FAR PASCAL EXPORT UpdateTransparency(LPCSTR imagefile, COLORREF crTrans, unsigned short width, unsigned short height);
HANDLE* FAR PASCAL EXPORT ReadGifImageEx(LPCSTR imagefile, UINT* pPaletteSize, BOOL FAR* lpbTransparent,
LPBYTE lpColor, LPINT pImages, unsigned short* lpDelay);
#ifdef __cplusplus
}
#endif