WebSphere WebSphere Business Integration Message Service Clients for C/C++ Version 1.2.7 and .NET Version 1.2.6 Operating Systems: AIX, Linux, Solaris, Windows

Process CCSID functions

This topic documents the functions for getting and setting the process coded character set identifier (CCSID) for an application.

For information about how to use these functions, see Coded character set identifiers.

Functions

Summary of functions:
Function Description
xmsGetClientCCSID Get the process CCSID for the application.
xmsSetClientCCSID Set the process CCSID for the application.

xmsGetClientCCSID – Get Process CCSID

Interface:
xmsRC xmsGetClientCCSID(xmsINT *ccsid,
                        xmsHErrorBlock errorBlock);

Get the process CCSID for the application.

Parameters:
ccsid (output)
The process CCSID.
errorBlock (input)
The handle for an error block or a null handle.
Thread context:
Any
Exceptions:
  • XMS_X_GENERAL_EXCEPTION

xmsSetClientCCSID – Set Process CCSID

Interface:
xmsRC xmsSetClientCCSID(xmsINT ccsid,
                        xmsHErrorBlock errorBlock);

Set the process CCSID for the application.

Parameters:
ccsid (input)
The process CCSID.
The following named constants are defined for the specified Unicode CCSIDs:
Named constant CCSID
XMSC_CCSID_UTF8 The UTF-8 representation of Unicode data
XMSC_CCSID_UTF16 The UTF-16 representation of Unicode data
XMSC_CCSID_UTF32 The UTF-32 representation of Unicode data
errorBlock (input)
The handle for an error block or a null handle.
Thread context:
Any
Exceptions:
  • XMS_X_GENERAL_EXCEPTION

Reference topic

Terms of Use | Rate this page

Last updated: 18 Jun 2008

© Copyright IBM Corporation 2005, 2008. All Rights Reserved.