2 * ImageList definitions
4 * Copyright 1998 Eric Kohl
7 #ifndef __WINE_IMAGELIST_H
8 #define __WINE_IMAGELIST_H
15 /* the ones with offsets at the end are the same as in Windows */
18 DWORD magic
; /* 00: 'LMIH' */
19 INT cCurImage
; /* 04: ImageCount */
20 INT cMaxImage
; /* 08: maximages */
25 UINT flags
; /* 1c: flags */
27 COLORREF clrBk
; /* 24: bkcolor */
30 /* not yet found out */
42 typedef struct _IMAGELIST
*HIMAGELIST
;
44 /* Header used by ImageList_Read() and ImageList_Write() */
45 typedef struct _ILHEAD
60 #endif /* __WINE_IMAGELIST_H */