Name
prti_term_RCMconnection
Purpose
Disconnect from remote connection manager.
Description
This function breaks the connection to the remote connection manager that was made by prti_get_RCMconnection.
Syntax
int prti_term_RCMconnection ( retstat )
COR_STATUS *retstat;
Data Structures
None
Arguments
Argument |
Description |
Input |
|
None |
|
Output |
|
retstat |
Pointer to COR_STATUS structure |
Return Value
Either COR_SUCCESS or COR_FAILURE
COR_SUCCESS is returned if the remote system is disconnected. COR_FAILURE is returned if we cannot disconnect from the remote system.
Application subroutines. |