PMDF Programmer's Reference Manual
PMDF-PRM-6.0


Previous | Contents

PMDF_abort_message

Abort a message enqueue context.

VMS FORMAT

status = PMDF_abort_message (nq_context)

argument information
Argument Data type Access Mechanism
nq_context context pointer read/write reference

C FORMAT

status = PMDFabortMessage (nq_context)

argument information
int PMDFabortMessage (nq_context) 
         PMDF_nq **nq_context; 

ARGUMENTS

nq_context

A message enqueue context created with PMDF_start_message_envelope.

DESCRIPTION

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.


Previous | Next | Contents