ReturnedName (MQCHARV)
Inquire message property options structure - ReturnedName field
The actual name of the inquired property.
On input a string buffer can be passed in using the VSPtr or VSOffset field of the MQCHARV structure. The length of the string buffer is specified using the VSBufsize field of the MQCHARV structure.
On return from the MQINQMP call, the string buffer is completed with the name of the property that was inquired, provided the string buffer was long enough to fully contain the name. The VSLength field of the MQCHARV structure is filled in with the length of the property name. The VSCCSID field of the MQCHARV structure is filled in to indicate the character set of the returned name, whether or not conversion of the name failed.
This is an input/output field. The initial value of this field is MQCHARV_DEFAULT.
Parent topic: Fields for MQIMPO