Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (M)
Guardian Procedure Calls Reference Manual—522629-013
9-23
MBCS_FORMAT_CRT_FIELD_ Procedure
MBCS_FORMAT_CRT_FIELD_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Consideration
Summary
The MBCS_FORMAT_CRT_FIELD_ procedure formats Kanji only or mixed data types
for specific terminal types.
Syntax for C Programmers
Note. In the TNS/E environment the CEXTDECS file uses the int data type for 32-bit values.
This is a change from the TNS and TNS/R environments where CEXTDECS uses the long
data type for 32-bit values.
#include <cextdecs(MBCS_FORMAT_CRT_FIELD_)>
short MBCS_FORMAT_CRT_FIELD_ ( __int32_t *source-string
,__int32_t *destination-string
,short source-length
,short maximum-length
,short intermediate
,short terminal-type
,short last-column
,short *max-data-size
,short *screen-start-col
,[ char *shift-to-MBCS ]
,[ char *shift-to-one-byte ]
,[ short startmode ] );