ESS_PARTOTL_DIMASSOCCHG_API_T

Contains information on the attribute dimension name and level as well as the dimension association change type.

typedef struct ESS_PARTOTL_DIMASSOCCHG_API_T
{
   ESS_SHORT_T                           usDimAssocChgType;
   ESS_CHAR_T                           *pszAttrDimName;
   ESS_SHORT_T                           usLevel;
   struct ess_partotl_dimassocchg_api_t *pNext;
} ESS_PARTOTL_DIMASSOCCHG_API_T;
Data TypeFieldDescription
ESS_SHORT_TusDimAssocChgTypeDimension association change type
ESS_CHAR_TpszAttrDimNameAttribute dimension name
ESS_SHORT_TusLevelDimension association level
ESS_PARTOTL_DIMASSOCCHG_API_TpNextPointer to the next structure