ResolvedType (MQLONG)

The type of the resolved (base) object being opened.

The possible values are:

    MQOT_Q
    The resolved object is a queue. This value applies when a queue is opened directly or when an alias queue pointing to a queue is opened.

    MQOT_TOPIC
    The resolved object is a topic. This value applies when a topic is opened directly or when an alias queue pointing to a topic object is opened.

    MQOT_NONE
    The resolved type is neither a queue nor a topic.

Parent topic: Fields for MQOD