Function MQBEGIN

Source
pub unsafe extern "C" fn MQBEGIN(
    Hconn: MQHCONN,
    BeginOptions: Option<&mut MQBO>,
    CompCode: &mut MQLONG,
    Reason: &mut MQLONG,
)
Expand description

Begin Unit of Work

§Arguments

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

§References