Home

 

MQCFIL - PCF integer list parameter

 

The MQCFIL structure describes an integer-list 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 MQCFIL 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, and Values fields to the values appropriate to the data.

The structure ends with a variable-length array of integers; see the Values field below for further details.

 

Parent topic:

Structures for commands and responses


pc14960_


 

Home