pub unsafe extern "C" fn MQPUT1(
Hconn: MQHCONN,
ObjDesc: &mut MQOD,
MsgDesc: PMQVOID,
PutMsgOpts: &mut MQPMO,
BufferLength: MQLONG,
Buffer: PMQVOID,
CompCode: &mut MQLONG,
Reason: &mut MQLONG,
)Expand description
Put One Message
§Arguments
Hconn: Connection handleObjDesc(Input/Output): Object descriptorMsgDesc(Input/Output): Message descriptorPutMsgOpts(Input/Output): Options that control the action ofMQPUT1BufferLength: Length of the message in BufferBuffer: Message dataCompCode(Output): Completion codeReason(Output): Reason code qualifyingCompCode