PMDF Programmer's Reference Manual
PMDF-PRM-6.0


Previous | Contents

PMDF_queue_cache_end

Dispose of a queue cache database context.

VMS FORMAT

status = PMDF_queue_cache_end (cache_context)

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

C FORMAT

status = PMDFqueueCacheEnd (cache_context)

argument information
void PMDFqueueCacheEnd (cache_context) 
         PMDF_qc **cache_context; 

ARGUMENTS

cache_context

Queue cache read context created with PMDF_queue_cache_get_entry.

DESCRIPTION

Normally, queue cache contexts generated with PMDF_queue_cache_get_entry are automatically disposed of by PMDF_queue_cache_get_entry when it returns PMDF__EOM. To prematurely dispose of a context, use PMDF_queue_cache_end.
Return Values
PMDF__OK Normal, successful completion.


Previous | Next | Contents