image.h
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 0k
Category:

Windows Kernel

Development Platform:

Visual C++

  1. #ifndef _INC_IMAGE
  2. #define _INC_IMAGE
  3. // internal image stuff
  4. void FAR PASCAL InitDitherBrush(void);
  5. void FAR PASCAL TerminateDitherBrush(void);
  6. HBITMAP FAR PASCAL CreateMonoBitmap(int cx, int cy);
  7. HBITMAP FAR PASCAL CreateColorBitmap(int cx, int cy);
  8. void WINAPI ImageList_CopyDitherImage(HIMAGELIST pimlDest, WORD iDst,
  9.     int xDst, int yDst, HIMAGELIST pimlSrc, int iSrc, UINT fStyle);
  10. #endif  // _INC_IMAGE