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 (cache_context)
PMDF_qc **cache_context;
cache_context
Queue cache read context created with PMDF_queue_cache_get_entry.
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. |