PMDF Programmer's Reference Manual


Previous Next Contents Index


PMDFqueueCacheEnd

Dispose of a queue cache database context.

PASCAL

status = PMDF_queue_cache_end (cache_context)

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

C

status = PMDFqueueCacheEnd (cache_context)

argument information


void PMDFqueueCacheEnd(PMDF_qc **cache_context) 


Arguments

cache_context

Queue cache read context created with PMDFqueueCacheGetEntry.

Description

Normally, queue cache contexts generated with PMDFqueueCacheGetEntry are automatically disposed of by PMDFqueueCacheGetEntry when it returns PMDF__EOM. To prematurely dispose of a context, use PMDFqueueCacheEnd.

Return Values

PMDF__OK Normal, successful completion.


Previous Next Contents Index