Home
StrucLength (MQLONG)
Length of MQCD structure.
This is 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.
The following constant specifies the length of the current version:
- MQCD_CURRENT_LENGTH
- Length of current version of channel definition structure.
These constants have values that are environment specific.
The field is not present if Vis less than MQCD_VERSION_4.
Parent topic:
Fields
ic18570_
Home