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

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

4.2.2 dc_clt_cltout_s - release of client user authentication

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

(1) Form

TP1/Client/W or TP1/Client/P

(a) _s version of the function
 
#include <dcvclt.h>
void dc_clt_cltout_s(DCCLT_ID cltid, DCLONG flags)
 
(b) Non-_s version of the function
 
#include <dcvclt.h>
void dc_clt_cltout(DCLONG flags)
 

(2) Purpose

Releases a client user authentication. The CUP is no longer able to receive OpenTP1 services.

The dc_clt_cltout_s function must be issued before termination of a CUP. When issue, dc_clt_cltout_s function must be paired with the dc_clt_cltin_s function.

(3) Argument set by UAPs