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