Contains information on the attribute dimension and member name, as well as the attribute value.
typedef struct ESS_PARTOTL_MBRASSOCCHG_API_T { ESS_CHAR_T *pszAttrDimName; ESS_CHAR_T *pszAttrMbrName; ESS_CHAR_T *pszAttrParName; ESS_ATTRIBUTEVALUE_T AttrValue; struct ess_partotl_mbrassocchg_api_t *pNext; } ESS_PARTOTL_MBRASSOCCHG_API_T;
Data Type | Field | Description |
---|---|---|
ESS_CHAR_T | pszAttrDimName | Attribute dimension name |
ESS_CHAR_T | pszAttrMbrName | Attribute member name |
ESS_CHAR_T | pszAttrParName | Attribute parent name |
ESS_ATTRIBUTEVALUE_T | AttrValue | Attribute value |
ESS_PARTOTL_MBRASSOCCHG_API_T | pNext | Pointer to the next structure |