Home

 

MQCFST - PCF string parameter

 

The MQCFST structure describes a string parameter in a message that is a command or a response to a command. In either case, the format name in the message descriptor is MQFMT_ADMIN.

The MQCFST structure can also be used for user-defined message data. In this case the message descriptor Format field is MQFMT_PCF (see Message descriptor for a PCF command). Also in this case, not all of the fields in the structure are meaningful. The supplied initial values can be used for most fields, but the application must set the StrucLength, StringLength, and String fields to the values appropriate to the data.

The structure ends with a variable-length character string; see the String field below for further details.

See Usage notes for further information on how to use the structure.

 

Parent topic:

Structures for commands and responses


pc15320_


 

Home