ExitCommand (MQLONG)
This field is set on entry to the exit routine. It identifies the API call that caused the exit to be invoked:
- MQXC_CALLBACK
- The CALLBACK call.
- MQXC_MQBACK
- The MQBACK call.
- MQXC_MQCB
- The MQCB call.
- MQXC_MQCLOSE
- The MQCLOSE call.
- MQXC_MQCMIT
- The MQCMIT call.
- MQXC_MQCTL
- The MQCTL call.
- MQXC_MQGET
- The MQGET call.
- MQXC_MQINQ
- The MQINQ call.
- MQXC_MQOPEN
- The MQOPEN call.
- MQXC_MQPUT
- The MQPUT call.
- MQXC_MQPUT1
- The MQPUT1 call.
- MQXC_MQSET
- The MQSET call.
- MQXC_MQSTAT
- The MQSTAT call.
- MQXC_MQSUB
- The MQSUB call.
- MQXC_MQSUBRQ
- The MQSUBRQ call.
This is an input field to the exit.
Parent topic: Fields for MQXP