ESSG_DTHEADER_T

Defines header information for a specific column.

typedef struct ESSG_DTHEADER_T
{
   ESSG_ULONG_T         colIndex;
   ESSG_CHAR_T          viewName[ESSG_DESCLEN + 1];
   ESSG_CHAR_T          data[ESSG_DESCLEN + 1];
   ESSGDTREPORTDATATYPE dataType;
} ESSG_DTHEADER_T, *ESSG_PDTHEADER_T, **ESSG_PPDTHEADER_T;
Data TypeFieldDescription
ESSG_ULONG_TcolIndex0-based index of the column position
ESSG_CHAR_TviewName[ESSG_DESCLEN_+ 1] 
ESSG_CHAR_Tdata[ESSG_DESCLEN_+ 1]Heading text for the given column of data
ESSGDTREPORTDATATYPE

dataType

One of the constants listed below indicating the data type of the given column of data

Constants for ESSG_DTHEADER_T

The following constants are used by thedataType field of the ESSG_DTHEADER_T structure:

  ESSGDTINT
  ESSGDTFLOAT
  ESSGDTSTRING