OpenTP1 Version 7 TP1/Client User's Guide TP1/Client/W, TP1/Client/P

[Contents][Index][Back][Next]

4.3.2 dc_rpc_close_s - UAP termination

Organization of this subsection
(1) Form
(2) Purpose
(3) Argument set by UAPs
(4) Note

(1) Form

TP1/Client/W or TP1/Client/P

(a) _s version of the function
 
#include <dcvrpc.h>
void dc_rpc_close_s(DCCLT_ID cltid, DCLONG flags)
 
(b) Non-_s version of the function
 
#include <dcvrpc.h>
void dc_rpc_close(DCLONG flags)
 

(2) Purpose

Releases the environment for calling OpenTP1 SPPs or using the TCP/IP communication function.

When issued, the dc_rpc_close_s function must be paired with the dc_rpc_open_s function.

The functions that can be issued after the dc_rpc_close_s function are:

(3) Argument set by UAPs

(4) Note

The dc_rpc_close_s function does not return a value. Note that if an invalid value is specified in an argument, the environment will not be released.