Previous Topic: Utility Functions

Next Topic: XsetSystemPriv


msgstring

The msgstring API is a utility API. It converts a return code to an appropriate message. The CA XCOM Data Transport msgstring API() function call takes a return code and sense as its arguments. The return code is the return value of XcomAPI or XcomQAPI.

Example:

Suppose XcomAPI or XcomQAPI returns a code other than zero. This return code is passed to the msgstring API, which returns a message corresponding to the return code.