PMDF Programmer's Reference Manual
PMDF-PRM-6.0


Previous | Contents

PMDF_close_queue_cache

Close the queue cache database if it is open.

VMS FORMAT

status = PMDF_close_queue_cache


C FORMAT

status = PMDFcloseQueueCache ()

argument information
int PMDFcloseQueueCache () 

ARGUMENTS

None.

DESCRIPTION

PMDF_close_queue_cache may 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 PMDF_done, need worry about calling PMDF_close_queue_cache. See Section 1.7 for a discussion of this topic.
Return Values
PMDF__OK Normal, successful completion.


Previous | Next | Contents