Home
C language invocation
mqPutBag (HConn, HObj, &MsgDesc, &PutMsgOpts, Bag, &CompCode, &Reason);
Declare the parameters as follows:
MQHCONN HConn; /* MQI connection handle */ MQHOBJ HObj; /* Object handle */ MQMD MsgDesc; /* Message descriptor */ MQPMO PutMsgOpts; /* Put-message options */ MQHBAG Bag; /* Bag handle */ MQLONG CompCode; /* Completion code */ MQLONG Reason; /* Reason code qualifying CompCode */
Parent topic:
mqPutBag
pc17390_
Home