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

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

4.10.2 dc_clt_codeconv_close - Terminating character code conversion

Organization of this subsection
(1) Form
(2) Purpose
(3) Arguments set by UAPs
(4) Return values
(5) Notes

(1) Form

TP1/Client/W DLL or TP1/Client/P DLL

 
#include <dcvclt.h>
DCLONG dc_clt_codeconv_close(DCULONG cnthd1, DCLONG flags)
 

(2) Purpose

Terminates character code conversion to release the area on the memory that contains a code mapping table allocated.

(3) Arguments set by UAPs

(4) Return values

Return Value Value (decimal) Meaning
DC_OK 0 Normal termination
DCCLTER_INVALID_ARGS -2501 A value set for the argument is invalid.
DCCLTER_NO_BUFS -2504 Insufficient memory

(5) Notes