Function mqSetByteString
Source pub unsafe extern "C" fn mqSetByteString(
Bag: MQHBAG,
Selector: MQLONG,
ItemIndex: MQLONG,
BufferLength: MQLONG,
Buffer: PMQBYTE,
CompCode: &mut MQLONG,
Reason: &mut MQLONG,
)
Available on crate feature mqai only.
Expand description
Modify Byte String in Bag
§Arguments
Bag: Bag handle
Selector: Item selector
ItemIndex: Item index
BufferLength: Length of buffer
Buffer: Buffer containing item value
CompCode (Output): Completion code
Reason (Output): Reason code qualifying CompCode
§References