Previous | Next | Contents | Index |
Dispose of a queue cache database context.
argument informationstatus = PMDF_queue_cache_end (cache_context)
Argument | Data type | Access | Mechanism |
---|---|---|---|
cache_context | context pointer | read/write | reference |
argument informationstatus = PMDFqueueCacheEnd (cache_context)
void PMDFqueueCacheEnd(PMDF_qc **cache_context) |
cache_context
Queue cache read context created withPMDFqueueCacheGetEntry
.
Normally, queue cache contexts generated withPMDFqueueCacheGetEntry
are automatically disposed of byPMDFqueueCacheGetEntry
when it returnsPMDF__EOM
. To prematurely dispose of a context, usePMDFqueueCacheEnd
.
PMDF__OK Normal, successful completion.
Previous | Next | Contents | Index |