pub unsafe extern "C" fn MQSETMP(
Hconn: MQHCONN,
Hmsg: MQHMSG,
SetPropOpts: &MQSMPO,
Name: &MQCHARV,
PropDesc: &mut MQPD,
Type: MQLONG,
ValueLength: MQLONG,
Value: PMQVOID,
CompCode: &mut MQLONG,
Reason: &mut MQLONG,
)Expand description
Set Message Property
§Arguments
Hconn: Connection handleHmsg: Message handleSetPropOpts: Options that control the action ofMQSETMPName: Property namePropDesc(Input/Output): Property descriptorType: Property data typeValueLength: Length of the Value areaValue: Property valueCompCode(Output): Completion codeReason(Output): Reason code qualifyingCompCode