Function MQCONNX

Source
pub unsafe extern "C" fn MQCONNX(
    QMgrName: &MQCHAR48,
    ConnectOpts: &mut MQCNO,
    Hconn: &mut MQHCONN,
    CompCode: &mut MQLONG,
    Reason: &mut MQLONG,
)
Expand description

Connect Queue Manager (Extended)

§Arguments

  • QMgrName: Name of queue manager
  • ConnectOpts (Input/Output): Options that control the action of MQCONNX
  • Hconn (Output): Connection handle
  • CompCode (Output): Completion code
  • Reason (Output): Reason code qualifying CompCode

§References