MQCFBS - Byte string parameter

The MQCFBS structure describes an byte string parameter.

Type
Description: This indicates that the structure is an MQCFBS structure describing a byte string parameter.
Datatype: MQLONG.
Value:
MQCFT_BYTE_STRING
Structure defining a byte string.
StrucLength
Description: This is the length in bytes of the MQCFBS structure, including the variable-length string at the end of the structure (the String field).
Datatype: MQLONG.
Parameter
Description: This identifies the parameter whose value is contained in the structure.
Datatype: MQLONG.
StringLength
Description: This is the length in bytes of the data in the String field, and is zero or greater.
Datatype: MQLONG.
String
Description: This is the value of the parameter identified by the Parameter field. The string is a byte string, and so is not subject to character-set conversion when sent between different systems.
Note:
A null byte in the string is treated as normal data, and does not act as a delimiter for the string.
Datatype: MQBYTE ×StringLength.