Home
Hconn (MQHCONN) - input
This handle represents the connection to the queue manager. The value of Hconn was returned by a previous MQCONN or MQCONNX call.
On z/OS for CICS applications, and on i5/OS for applications running in compatibility mode, the MQCONN call can be omitted, and the following value specified for Hconn:
- MQHC_DEF_HCONN
- Default connection handle.
Home