Home

 

PutMsgRecPtr (MQPTR)

This is the address of the first MQPMR put message record. Use PutMsgRecPtr only when the message is being put to a distribution list. The field is ignored if RecsPresent is zero.

We can use either PutMsgRecPtr or PutMsgRecOffset can be used to specify the put message records, but not both; see the description of the PutMsgRecOffset field above for details. If you do not use PutMsgRecPtr, 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 MQPMO_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