Abort a message enqueue context.
argument informationstatus = PMDF_abort_message (nq_context)
| Argument | Data type | Access | Mechanism |
|---|---|---|---|
| nq_context | context pointer | read/write | reference |
argument informationstatus = PMDFabortMessage (nq_context)
int PMDFabortMessage (nq_context)
PMDF_nq **nq_context;
nq_context
A message enqueue context created with PMDF_start_message_envelope.
PMDF_abort_message aborts the specified message enqueue context, deleting the message associated with that context. The specified enqueue context is no longer usable; a new one may be generated with PMDF_start_message_envelope. This routine is typically called when an error occurs while enqueuing a message and the submission needs to be aborted.Return Values
| PMDF__OK | Normal, successful completion. |