2 * Listview class extra info
4 * Copyright 1998 Eric Kohl
7 #ifndef __WINE_LISTVIEW_H
8 #define __WINE_LISTVIEW_H
10 typedef struct tagLISTVIEW_SUBITEM
18 typedef struct tagLISTVIEW_ITEM
30 typedef struct tagLISTVIEW_INFO
35 HIMAGELIST himlNormal;
56 DWORD dwExStyle; /* extended listview style */
62 extern VOID LISTVIEW_Register (VOID);
63 extern VOID LISTVIEW_Unregister (VOID);
65 #endif /* __WINE_LISTVIEW_H */