Home

 

MQCFSL - PCF string list parameter

 

The MQCFSL structure describes a string-list parameter in a message which is a command or a response to a command. In either case, the format name in the message descriptor is MQFMT_ADMIN.

The MQCFSL 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, Count, StringLength, and Strings fields to the values appropriate to the data.

The structure ends with a variable-length array of character strings; see the Strings field below for further details.

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

 

Parent topic:

Structures for commands and responses


pc15230_


 

Home