Function MQOPEN

Source
pub unsafe extern "C" fn MQOPEN(
    Hconn: MQHCONN,
    ObjDesc: &mut MQOD,
    Options: MQLONG,
    Hobj: &mut MQHOBJ,
    CompCode: &mut MQLONG,
    Reason: &mut MQLONG,
)
Expand description

Open Object

§Arguments

  • Hconn: Connection handle
  • ObjDesc (Input/Output): Object descriptor
  • Options: Options that control the action of MQOPEN
  • Hobj (Output): Object handle
  • CompCode (Output): Completion code
  • Reason (Output): Reason code qualifying CompCode

§References