Home

 

StrucLength (MQLONG)

This is the length in bytes of the MQRFH structure, including the NameValueString field at the end of the structure. The length does not include any user data that follows the NameValueString field.

To avoid problems converting the user data in some environments, StrucLength must be a multiple of four.

The following constant gives the length of the fixed part of the structure, that is, the length excluding the NameValueString field:

MQRFH_STRUC_LENGTH_FIXED

Length of fixed part of MQRFH structure.

The initial value of this field is MQRFH_STRUC_LENGTH_FIXED.



 

Home