Home

 

ObjectRecPtr (MQPTR)

This is the address of the first MQOR object record. ObjectRecPtr is used only when a distribution list is being opened. The field is ignored if RecsPresent is zero.

We can use either ObjectRecPtr or ObjectRecOffset to specify the object records, but not both; see the description of the ObjectRecOffset field above for details. If you do not use ObjectRecPtr, set it to the null pointer or null bytes.

This is an input field. The initial value of this field is the null pointer in those programming languages that support pointers, and an all-null byte string otherwise. This field is ignored if Vis less than MQOD_VERSION_2.

Note:
On platforms where the programming language does not support the pointer data type, this field is declared as a byte string of the appropriate length, with the initial value being the all-null byte string.

 

Home