Windows2003-3790/inetcore/outlookexpress/wabw/wabapi/image.h

9 lines
192 B
C
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
#ifndef __image_h_
#define __image_h_
BOOL LoadBitmapAndPalette(int idbmp, HBITMAP *phbmp, HPALETTE *phpal);
HIMAGELIST InitImageList(int cx, int cy, LPSTR szbm, int cicon);
#endif