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 >
C/C++ Source or Header  |  1997-06-05  |  519b  |  16 lines

  1. // GifTool.h
  2. //
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. HGLOBAL FAR PASCAL EXPORT ReadGifImage(LPCSTR imagefile, UINT* pPaletteSize, BOOL FAR* lpbTransparent, LPBYTE lpColor);
  9. BOOL FAR PASCAL EXPORT UpdateTransparency(LPCSTR imagefile, COLORREF crTrans, unsigned short width, unsigned short height);
  10. HANDLE* FAR PASCAL EXPORT ReadGifImageEx(LPCSTR imagefile, UINT* pPaletteSize, BOOL FAR* lpbTransparent,
  11.                                        LPBYTE lpColor, LPINT pImages, unsigned short* lpDelay);
  12.  
  13. #ifdef __cplusplus
  14. }
  15. #endif
  16.