Previous | Next | Contents | Index |
Close the queue cache database if it is open.
status = PMDF_close_queue_cache
argument informationstatus = PMDFcloseQueueCache ()
int PMDFcloseQueueCache() |
None.
PMDFcloseQueueCache
can be called to close the PMDF queue cache database if it is open. Only programs which (1) enqueue or dequeue mail and (2) run indefinitely before ever callingPMDFdone
, need worry about callingPMDFcloseQueueCache
. See Section 1.7 for a discussion of this topic.
PMDF__OK Normal, successful completion.
Previous | Next | Contents | Index |