Object data (protected)

MQHOBJ ohobj
The WebSphere(R) MQ object handle (valid only when open status is TRUE).
MQOD omqod
The embedded MQOD data structure. The amount of storage allocated for this data structure is that required for an MQOD Version 2. Inspect the version number (omqod.Version) and access the other fields as follows:
MQOD_VERSION_1
All other fields in omqod can be accessed.
MQOD_VERSION_2
All other fields in omqod can be accessed.
MQOD_VERSION_3
omqod.pmqod is a pointer to a dynamically allocated, larger, MQOD. No other fields in omqod can be accessed. All fields addressed by omqod.pmqod can be accessed.
Note:
omqod.pmqod.Version can be less than omqod.Version, indicating that the WebSphere MQ client has more functionality than the WebSphere MQ server.