StrucLength (MQLONG)

This field specifies the length in bytes of the MQCD structure.

The length does not include any of the strings addressed by pointer fields contained within the structure. The value is one of the following:
MQCD_LENGTH_4
Length of version-4 channel definition structure.
MQCD_LENGTH_5
Length of version-5 channel definition structure.
MQCD_LENGTH_6
Length of version-6 channel definition structure.
MQCD_LENGTH_7
Length of version-7 channel definition structure.
MQCD_LENGTH_8
Length of version-8 channel definition structure.
MQCD_LENGTH_9
Length of version-9 channel definition structure.
The following constant specifies the length of the current version:
MQCD_CURRENT_LENGTH
Length of current version of channel definition structure.

Note: These constants have values that are environment-specific.

The field is not present if Version is less than MQCD_VERSION_4.