ESSG_DTDATA_T

Defines a report data cell.

typedef struct ESSG_DTDATA_T
{
   ESSG_ULONG_T row;
   ESSG_ULONG_T column;
   ESSG_CHAR_T  data[ESSG_DESCRIPTION_LEN + 1];
} ESSG_DTDATA_T, *ESSG_PDTDATA_T, **ESSG_PPDTDATA_T;
Data TypeFieldDescription
ESSG_ULONG_Trow0-indexed row number for the given data block
ESSG_ULONG_Tcolumn0-indexed column number for the given data block
ESSG_CHAR_Tdata [ESSG_DESCRIPTION_LEN + 1]Data value for the given data block