www.pudn.com > WinceWave.rar > bitmap.h
#ifndef BITMAP_H
#define BITMAP_H
#ifndef __cplusplus
extern "C"
{
#endif
HBITMAP CreateBgBitmap(HDC hdc,int width,int height,int bpp,void **buf,long *bufsize);
void DestroyBgBitmap(HBITMAP bitmap);
#ifndef __cplusplus
}
#endif
#endif //BITMAP_H