typedef struct tagDISPCONTAINERCELLINFO
{
L_UINT uStructSize;
L_HDC hDC;
L_INT nCellIndex;
L_INT nSubCellIndex;
RECT rcRect;
RECT rcBitmapRect;
L_INT nX;
L_INT nY;
} DISPCONTAINERCELLINFO, * pDISPCONTAINERCELLINFO;
The DISPCONTAINERCELLINFO structure provides information about the cell.
Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.
Memory DC that is used to paint the cell.
A zero-based index of the cell that received the painting message.
A zero-based index of the sub-cell.
A RECT structure to be updated with the bounding rectangle of the sub-cell.
A RECT structure to be updated with the bitmap view rectangle.
The X offset of the cursor, in pixels.
The Y offset of the cursor, in pixels.
This structure is sent as a parameter for the following callbacks: