typedef struct CellInfo
{
UINT m_nFormat; // Format
UINT m_nTypeCtrl; // Type of cell control
UINT m_nState; // Status of cell control
UINT m_nTypeImage; //
Type of image
} CELL_INFO;
It's used for mapping a member of control in a cell, and also for a
drawing the image in a cell.