CICS_EpiTerminate |
The CICS_EpiTerminate function ends the application's use of the EPI, typically just before the application terminates. All other EPI calls (except for CICS_EpiInitialize) are invalid when this call has completed.
The application should issue CICS_EpiDelTerminal calls before terminating, to delete any terminal resources.
None.