ESS_GENLEVELNAME_T

Contains information about generation and level names.

typedef struct ESS_GENLEVELNAME_T
{
   ESS_USHORT_T   usNumber;   
   ESS_MBRNAME_T  szName;     
} ESS_GENLEVELNAME_T, *ESS_PGENLEVELNAME_T, **ESS_PPGENLEVELNAME_T;
Data TypeFieldDescription
ESS_USHORT_TusNumberGeneration or level number.
ESS_MBRNAME_TszNameGeneration or level name.