pub unsafe extern "C" fn MQPUT(
Hconn: MQHCONN,
Hobj: MQHOBJ,
MsgDesc: PMQVOID,
PutMsgOpts: &mut MQPMO,
BufferLength: MQLONG,
Buffer: PMQVOID,
CompCode: &mut MQLONG,
Reason: &mut MQLONG,
)Expand description
Put Message
§Arguments
Hconn: Connection handleHobj: Object handleMsgDesc(Input/Output): Message descriptorPutMsgOpts(Input/Output): Options that control the action ofMQPUTBufferLength: Length of the message in BufferBuffer: Message dataCompCode(Output): Completion codeReason(Output): Reason code qualifyingCompCode