Home

 

ObjectRecOffset (MQLONG)

This is the offset in bytes of the first MQOR object record from the start of the MQOD structure. The offset can be positive or negative. ObjectRecOffset is used only when a distribution list is being opened. The field is ignored if RecsPresent is zero.

When a distribution list is being opened, an array of one or more MQOR object records must be provided in order to specify the names of the destination queues in the distribution list. This can be done in one of two ways:

Whatever technique you choose, use one of ObjectRecOffset and ObjectRecPtr; the call fails with reason code MQRC_OBJECT_RECORDS_ERROR if both are zero, or both are nonzero.

This is an input field. The initial value of this field is 0. This field is ignored if Vis less than MQOD_VERSION_2.



 

Home