Home
C invocation
MQ_PUT_EXIT (&ExitParms, &ExitContext, &Hconn, &Hobj, &pMsgDesc, &pPutMsgOpts, &BufferLength, &pBuffer, &CompCode, &Reason);
The parameters passed to the exit are declared as follows:
PMQAXP pExitParms; /* Exit parameter structure */ PMQAXC pExitContext; /* Exit context structure */ PMQHCONN pHconn; /* Connection handle */ PMQHOBJ pHobj; /* Object handle */ PPMQMD ppMsgDesc; /* Message descriptor */ PPMQPMO ppPutMsgOpts; /* Options that control the action of MQPUT */ PMQLONG pBufferLength; /* Length of the message in pBuffer */ PPMQVOID ppBuffer; /* Message data */ PMQLONG pCompCode; /* Completion code */ PMQLONG pReason; /* Reason code qualifying CompCode */
Parent topic:
MQ_PUT_EXIT – Put message
fa21840_
Home