ZeeGrid Control Message

ZGM_GETSIZEOFCELL


ZGM_GETSIZEOFCELL

An application sends a ZGM_GETSIZEOFCELL to get the size of the data structure (in bytes) of a ZeeGrid cell.

ZGM_GETSIZEOFCELL
wParam = 0;  //not used; must be zero
lParam = 0;  //not used; must be zero

Return Values

The size (in bytes) of the ZeeGrid cell data structure.

Remarks

This value multiplied by the number of cells allocated plus the size of the grid is the total number of bytes of memory required for the ZeeGrid. This does not include the memory required for the actual display contents (the text) of the cells.

Copyright © 2002-2016 by David Hillard