Home

 

Function (MQLONG)

 

API function identifier.

This is the identifier of the API call that is about to be executed (when ExitReason has the value MQXR_BEFORE), or the API call that has just been executed (when ExitReason has the value MQXR_AFTER). If ExitReason has the value MQXR_CONNECTION, Function indicates whether the exit should perform initialization or termination. The value is one of the following:

MQXF_INIT

Initialization of exit suite.

MQXF_TERM

Termination of exit suite.

MQXF_CONN

MQCONN call.

MQXF_CONNX

MQCONNX call.

MQXF_DISC

MQDISC call.

MQXF_OPEN

MQOPEN call.

MQXF_CLOSE

MQCLOSE call.

MQXF_PUT1

MQPUT1 call.

MQXF_PUT

MQPUT call.

MQXF_GET

MQGET call.

MQXF_DATA_CONV_ON_GET

Data conversion on MQGET call.

MQXF_INQ

MQINQ call.

MQXF_SET

MQSET call.

MQXF_BEGIN

MQBEGIN call.

MQXF_CMIT

MQCMIT call.

MQXF_BACK

MQBACK call.

This is an input field to the exit.

 

Parent topic:

Fields


fa20440_


 

Home