Function MQDLTMP

Source
pub unsafe extern "C" fn MQDLTMP(
    Hconn: MQHCONN,
    Hmsg: MQHMSG,
    DltPropOpts: &MQDMPO,
    Name: &MQCHARV,
    CompCode: &mut MQLONG,
    Reason: &mut MQLONG,
)
Expand description

Delete Message Property

§Arguments

  • Hconn: Connection handle
  • Hmsg: Message handle
  • DltPropOpts: Options that control the action of MQDLTMP
  • Name: Property name
  • CompCode (Output): Completion code
  • Reason (Output): Reason code qualifying CompCode

§References