Contains information about a specified member alias table. Fields in this structure cannot be modified using the API. The fields are:
typedef struct ESS_MBRALT_T { ESS_MBRNAME_T MbrName; ESS_MBRNAME_T AltName; } ESS_MBRALT_T, *ESS_PMBRALT_T, **ESS_PPMBRALT_T;
Data Type | Field | Description |
---|---|---|
ESS_MBRNAME_T | MbrName | The member name |
ESS_MBRNAME_T | AltName | The associated alias name |