Function MQCLOSE

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

Close Object

§Arguments

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

§References