pub unsafe extern "C" fn MQGET(
Hconn: MQHCONN,
Hobj: MQHOBJ,
MsgDesc: PMQVOID,
GetMsgOpts: &mut MQGMO,
BufferLength: MQLONG,
Buffer: PMQVOID,
DataLength: &mut MQLONG,
CompCode: &mut MQLONG,
Reason: &mut MQLONG,
)Expand description
Get Message
§Arguments
Hconn: Connection handleHobj: Object handleMsgDesc(Input/Output): Message descriptorGetMsgOpts(Input/Output): Options that control the action ofMQGETBufferLength: Length in bytes of the Buffer areaBuffer(Output): Area to contain the message dataDataLength(Output): Length of the messageCompCode(Output): Completion codeReason(Output): Reason code qualifyingCompCode