The CICS_EPI_EVENT_ADD_TERM event indicates that an asynchronous request
to install a terminal resource has completed. If the terminal resource was
installed details will have been placed in the CICS_EpiDetails_t structure, pointed to by Data.
Fields completed
Event
The CICS_EPI_EVENT_ADD_TERM event code.
EndReturnCode
The reason for termination. Refer to the CICS_EpiAddExTerminal function for details of return codes.
Data
A pointer to the CICS_EpiDetails_t structure that
is updated with the terminal details, if the EndReturnCode is CICS_EPI_NORMAL.