Function MQCTL

Source
pub unsafe extern "C" fn MQCTL(
    Hconn: MQHCONN,
    Operation: MQLONG,
    ControlOpts: &MQCTLO,
    CompCode: &mut MQLONG,
    Reason: &mut MQLONG,
)
Expand description

Control Consumer

§Arguments

  • Hconn: Connection handle
  • Operation: Operation
  • ControlOpts: Control options
  • CompCode (Output): Completion code
  • Reason (Output): Reason code qualifying CompCode

§References