PMDF Programmer's Reference Manual


Previous Contents Index


PMDFcloseQueueCache

Close the queue cache database if it is open.

PASCAL

status = PMDF_close_queue_cache


C

status = PMDFcloseQueueCache ()

argument information


int PMDFcloseQueueCache() 


Arguments

None.

Description

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 calling PMDFdone , need worry about calling PMDFcloseQueueCache . See Section 1.7 for a discussion of this topic.

Return Values

PMDF__OK Normal, successful completion.


Previous Next Contents Index