pub unsafe extern "C" fn MQSET(
Hconn: MQHCONN,
Hobj: MQHOBJ,
SelectorCount: MQLONG,
Selectors: PMQLONG,
IntAttrCount: MQLONG,
IntAttrs: PMQLONG,
CharAttrLength: MQLONG,
CharAttrs: PMQCHAR,
CompCode: &mut MQLONG,
Reason: &mut MQLONG,
)Expand description
Set Object Attributes
§Arguments
Hconn: Connection handleHobj: Object handleSelectorCount: Count of selectorsSelectors: Array of attribute selectorsIntAttrCount: Count of integer attributesIntAttrs: Array of integer attributesCharAttrLength: Length of character attributes bufferCharAttrs: Character attributesCompCode(Output): Completion codeReason(Output): Reason code qualifyingCompCode