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