pub unsafe extern "C" fn mqInquireString(
Bag: MQHBAG,
Selector: MQLONG,
ItemIndex: MQLONG,
BufferLength: MQLONG,
Buffer: PMQCHAR,
StringLength: &mut MQLONG,
CodedCharSetId: &mut MQLONG,
CompCode: &mut MQLONG,
Reason: &mut MQLONG,
)Available on crate feature
mqai only.Expand description
Inquire String in Bag
§Arguments
Bag: Bag handleSelector: Item selectorItemIndex: Item indexBufferLength: Length of bufferBuffer(Output): Buffer to contain stringStringLength(Output): Length of string returnedCodedCharSetId(Output): Character-set identifier of stringCompCode(Output): Completion codeReason(Output): Reason code qualifyingCompCode