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 Type | Field | Description |
---|---|---|
ESS_USHORT_T | usNumber | Generation or level number. |
ESS_MBRNAME_T | szName | Generation or level name. |