__interface IImageList
{
HRESULT CreateImageList(int width, int height, UINT flags);
HImageList GetImageList(void);
int AddImage(HInstance hInstance, int resourceId);
};
Related Topics
Wizard Page Interfaces
Overview
HRESULT
CreateImageList(int width, int height, UINT flags)
HImageList
GetImageList(void)
int AddImage(HInstance
hInstance, int resourceId)