Windows2003-3790/inetcore/outlookexpress/wabw/wabapi/image.h
2020-09-30 16:53:55 +02:00

9 lines
192 B
C

#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