MQCFIL - Integer list parameter

The MQCFIL structure describes an integer list parameter.

Type
Description: Indicates that the structure type is MQCFIL and describes an integer-list parameter.
Datatype: MQLONG.
Value:
MQCFT_INTEGER_LIST
Structure defining an integer list.
StrucLength
Description: Length in bytes of the MQCFIL structure, including the array of integers at the end of the structure (the values field).
Datatype: MQLONG.
Parameter
Description: Identifies the parameter whose value is contained in the structure.
Datatype: MQLONG.
Count
Description: Number of elements in the Values array.
Datatype: MQLONG.
Values: Zero or greater.
Values
Description: Array of values for the parameter identified by the Parameter field.
Datatype: MQLONG×Count.

The way that this field is declared depends on the programming language: