image.h
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:0k
源码类别:
系统编程
开发平台:
Visual C++
- #ifndef _INC_IMAGE
- #define _INC_IMAGE
- // internal image stuff
- void FAR PASCAL InitDitherBrush(void);
- void FAR PASCAL TerminateDitherBrush(void);
- HBITMAP FAR PASCAL CreateMonoBitmap(int cx, int cy);
- HBITMAP FAR PASCAL CreateColorBitmap(int cx, int cy);
- void WINAPI ImageList_CopyDitherImage(HIMAGELIST pimlDest, WORD iDst,
- int xDst, int yDst, HIMAGELIST pimlSrc, int iSrc, UINT fStyle);
- #endif // _INC_IMAGE
English
